summaryrefslogtreecommitdiffstats
path: root/builtin-bundle.c
AgeCommit message (Expand)AuthorLines
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila-2/+2
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor-1/+1
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin-359/+6
2007-08-13builtin-bundle create - use lock_fileJunio C Hamano-8/+10
2007-08-10builtin-bundle - use buffered reads for bundle headerMark Levedahl-24/+13
2007-08-10builtin-bundle.c - use stream buffered input for rev-listMark Levedahl-2/+5
2007-08-10allow git-bundle to create bottomless bundleJunio C Hamano-0/+33
2007-08-10allow git-bundle to create bottomless bundleJunio C Hamano-1/+9
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall-0/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland-1/+1
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o-2/+2
2007-03-12Replace fork_with_pipe in bundle with run_commandShawn O. Pearce-99/+30
2007-03-11git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin-3/+8
2007-03-08git-bundle: prevent overwriting existing bundlesJohannes Schindelin-2/+2
2007-03-08git-bundle: die if a given ref is not included in bundleJohannes Schindelin-4/+2
2007-03-08git-bundle: handle thin packs in subcommand "unbundle"Johannes Schindelin-1/+2
2007-03-07git-bundle: Make thin packsJohannes Schindelin-59/+26
2007-03-07git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin-3/+12
2007-03-06bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin-1/+3
2007-03-06git-bundle: make verify a bit more chatty.Junio C Hamano-20/+35
2007-03-06git-bundle: various fixupsJunio C Hamano-13/+33
2007-03-06revision traversal: retire BOUNDARY_SHOWJunio C Hamano-2/+4
2007-03-05git-bundle: fix pack generation.Junio C Hamano-0/+6
2007-02-24bundle: reword missing prerequisite error messageJunio C Hamano-1/+1
2007-02-22git-bundle: record commit summary in the prerequisite dataJohannes Schindelin-3/+4
2007-02-22git-bundle: avoid fork() in verify_bundle()Johannes Schindelin-27/+48
2007-02-22git-bundle: assorted fixesJohannes Schindelin-47/+60
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin-0/+389