aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-25Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano1-0/+2
2009-01-17bundle: allow the same ref to be given more than onceJunio C Hamano1-0/+2
2009-01-05bundle: allow rev-list options to exclude annotated tagsJohannes Schindelin1-0/+32
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe1-2/+2
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano1-1/+2
2008-07-07Teach git-bundle to read revision arguments from stdin like git-rev-list.Adam Brewster1-2/+11
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt1-2/+3
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt1-0/+1
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-01-16Improve use of lockfile APIBrandon Casey1-4/+10
2008-01-10bundle, fast-import: detect write failureJim Meyering1-3/+3
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering1-1/+1
2007-11-22Merge branch 'maint'Junio C Hamano1-1/+8
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano1-1/+2
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin1-0/+343