Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2007-11-22 |
| | | | | | | * maint: Make test scripts executable. bundle create: keep symbolic refs' names instead of resolving them | ||
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 |
| | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | Move bundle specific stuff into bundle.[ch] | Johannes Schindelin | 2007-09-19 |
The transport specific stuff was moved into libgit.a, and the bundle specific stuff will not be left behind. This is a big code move, with one exception: the function unbundle() no longer outputs the list of refs. You have to call list_bundle_refs() yourself for that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> |