summaryrefslogtreecommitdiff
path: root/builtin-bundle.c
AgeCommit message (Expand)Author
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin
2007-08-13builtin-bundle create - use lock_fileJunio C Hamano
2007-08-11builtin-bundle - use buffered reads for bundle headerMark Levedahl
2007-08-11builtin-bundle.c - use stream buffered input for rev-listMark Levedahl
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2007-03-13Replace fork_with_pipe in bundle with run_commandShawn O. Pearce
2007-03-12git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin
2007-03-09git-bundle: prevent overwriting existing bundlesJohannes Schindelin
2007-03-09git-bundle: die if a given ref is not included in bundleJohannes Schindelin
2007-03-09git-bundle: handle thin packs in subcommand "unbundle"Johannes Schindelin
2007-03-08git-bundle: Make thin packsJohannes Schindelin
2007-03-08git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin
2007-03-07bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin
2007-03-06git-bundle: make verify a bit more chatty.Junio C Hamano
2007-03-06git-bundle: various fixupsJunio C Hamano
2007-03-06revision traversal: retire BOUNDARY_SHOWJunio C Hamano
2007-03-06git-bundle: fix pack generation.Junio C Hamano
2007-02-24bundle: reword missing prerequisite error messageJunio C Hamano
2007-02-23git-bundle: record commit summary in the prerequisite dataJohannes Schindelin
2007-02-23git-bundle: avoid fork() in verify_bundle()Johannes Schindelin
2007-02-23git-bundle: assorted fixesJohannes Schindelin
2007-02-23Add git-bundle: move objects and references by archiveJohannes Schindelin