summaryrefslogtreecommitdiff
path: root/builtin-bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
* 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-121-99/+30
* git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin2007-03-111-3/+8
* git-bundle: prevent overwriting existing bundlesJohannes Schindelin2007-03-081-2/+2
* git-bundle: die if a given ref is not included in bundleJohannes Schindelin2007-03-081-4/+2
* git-bundle: handle thin packs in subcommand "unbundle"Johannes Schindelin2007-03-081-1/+2
* git-bundle: Make thin packsJohannes Schindelin2007-03-071-59/+26
* git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin2007-03-071-3/+12
* bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin2007-03-061-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-051-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-221-3/+4
* git-bundle: avoid fork() in verify_bundle()Johannes Schindelin2007-02-221-27/+48
* git-bundle: assorted fixesJohannes Schindelin2007-02-221-47/+60
* Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-221-0/+389