summaryrefslogtreecommitdiffstats
path: root/builtin-bundle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-311-2/+2
* Replace fork_with_pipe in bundle with run_commandShawn O. Pearce2007-03-131-99/+30
* git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin2007-03-121-3/+8
* git-bundle: prevent overwriting existing bundlesJohannes Schindelin2007-03-091-2/+2
* git-bundle: die if a given ref is not included in bundleJohannes Schindelin2007-03-091-4/+2
* git-bundle: handle thin packs in subcommand "unbundle"Johannes Schindelin2007-03-091-1/+2
* git-bundle: Make thin packsJohannes Schindelin2007-03-081-59/+26
* git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin2007-03-081-3/+12
* bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin2007-03-071-1/+3
* git-bundle: make verify a bit more chatty.Junio C Hamano2007-03-061-20/+35
* git-bundle: various fixupsJunio C Hamano2007-03-061-13/+33
* revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-061-2/+4
* git-bundle: fix pack generation.Junio C Hamano2007-03-061-0/+6
* bundle: reword missing prerequisite error messageJunio C Hamano2007-02-241-1/+1
* git-bundle: record commit summary in the prerequisite dataJohannes Schindelin2007-02-231-3/+4
* git-bundle: avoid fork() in verify_bundle()Johannes Schindelin2007-02-231-27/+48
* git-bundle: assorted fixesJohannes Schindelin2007-02-231-47/+60
* Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-231-0/+389