Re: RFC: 3.0 (git), now with bundles

2010-07-25 Thread Raphael Hertzog
Hi, On Wed, 02 Jun 2010, Joey Hess wrote: > Attached updated patch adds the ability to limit the history depth that > is included in the git bundle (via --git-depth), as well as fully > control which tags/branches/objects are included/excluded in the bundle > (via --git-ref). I've committed your

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Joey Hess
Attached updated patch adds the ability to limit the history depth that is included in the git bundle (via --git-depth), as well as fully control which tags/branches/objects are included/excluded in the bundle (via --git-ref). A new .gitshallow file is added to the source package to record info gi

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Joey Hess
Tollef Fog Heen wrote: > | * All history is currently included (via the --all switch to git-bundle), > | but I plan to add a format-specific dpkg-source option, to allow > | filtering of what is included in the bundle. > > Maybe allow a filter to be specified in debian/source somewhere? It sh

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Joey Hess
Peter Krefting wrote: > How does this interact with the actual Git repository, when it comes > to detecting patches to upstream and such? I haven't really read up > on how the format is specified, so please point me in that direction > if what I am asking is obvious. It *is* the actual git reposit

Re: RFC: 3.0 (git), now with bundles

2010-06-02 Thread Peter Krefting
Joey Hess: A while ago there was discussion onlist about making 3.0 (git) use git-bundle as its repository serialization format. I think that is a great improvement from the old ad-hoc format. Attached patch implements it. How does this interact with the actual Git repository, when it comes t

Re: RFC: 3.0 (git), now with bundles

2010-06-01 Thread Tollef Fog Heen
]] Joey Hess | A while ago there was discussion onlist about making 3.0 (git) use | git-bundle as its repository serialization format. I think that is a | great improvement from the old ad-hoc format. Attached patch implements | it. You are awesome, this looks like a great improvement. (I haven