summaryrefslogtreecommitdiff
path: root/builtin-bundle.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-67/+0
2009-09-18Update the usage bundle string.Libravatar Thiago Farina1-3/+7
2008-08-30Start conforming code to "git subcmd" styleLibravatar Heikki Orsila1-2/+2
2008-03-26Always set *nongit_ok in setup_git_directory_gently()Libravatar SZEDER Gábor1-1/+1
2007-09-19Move bundle specific stuff into bundle.[ch]Libravatar Johannes Schindelin1-359/+6
2007-08-13builtin-bundle create - use lock_fileLibravatar Junio C Hamano1-8/+10
2007-08-10builtin-bundle - use buffered reads for bundle headerLibravatar Mark Levedahl1-24/+13
2007-08-10builtin-bundle.c - use stream buffered input for rev-listLibravatar Mark Levedahl1-2/+5
2007-08-10allow git-bundle to create bottomless bundleLibravatar Junio C Hamano1-0/+33
2007-08-10allow git-bundle to create bottomless bundleLibravatar Junio C Hamano1-1/+9
2007-07-14Make every builtin-*.c file #include "builtin.h"Libravatar Peter Hagervall1-0/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tLibravatar Johan Herland1-1/+1
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSLibravatar Theodore Ts'o1-2/+2
2007-03-12Replace fork_with_pipe in bundle with run_commandLibravatar Shawn O. Pearce1-99/+30
2007-03-11git-bundle: only die if pack would be empty, warn if ref is skippedLibravatar Johannes Schindelin1-3/+8
2007-03-08git-bundle: prevent overwriting existing bundlesLibravatar Johannes Schindelin1-2/+2
2007-03-08git-bundle: die if a given ref is not included in bundleLibravatar Johannes Schindelin1-4/+2
2007-03-08git-bundle: handle thin packs in subcommand "unbundle"Libravatar Johannes Schindelin1-1/+2
2007-03-07git-bundle: Make thin packsLibravatar Johannes Schindelin1-59/+26
2007-03-07git-bundle: avoid packing objects which are in the prerequisitesLibravatar Johannes Schindelin1-3/+12
2007-03-06bundle: fix wrong check of read_header()'s return value & add testsLibravatar Johannes Schindelin1-1/+3
2007-03-06git-bundle: make verify a bit more chatty.Libravatar Junio C Hamano1-20/+35
2007-03-06git-bundle: various fixupsLibravatar Junio C Hamano1-13/+33
2007-03-06revision traversal: retire BOUNDARY_SHOWLibravatar Junio C Hamano1-2/+4
2007-03-05git-bundle: fix pack generation.Libravatar Junio C Hamano1-0/+6
2007-02-24bundle: reword missing prerequisite error messageLibravatar Junio C Hamano1-1/+1
2007-02-22git-bundle: record commit summary in the prerequisite dataLibravatar Johannes Schindelin1-3/+4
2007-02-22git-bundle: avoid fork() in verify_bundle()Libravatar Johannes Schindelin1-27/+48
2007-02-22git-bundle: assorted fixesLibravatar Johannes Schindelin1-47/+60
2007-02-22Add git-bundle: move objects and references by archiveLibravatar Johannes Schindelin1-0/+389