summaryrefslogtreecommitdiff
path: root/bundle.c
AgeCommit message (Expand)Author
2010-08-27bundle: detect if bundle file cannot be createdCsaba Henk
2009-11-24Merge branch 'jc/log-stdin'Junio C Hamano
2009-11-24pack-objects: split implications of --all-progress from progress activationNicolas Pitre
2009-11-20Teach --stdin option to "log" familyJunio C Hamano
2009-09-13don't dereference NULL upon fdopen failureJim Meyering
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy
2009-01-26Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano
2009-01-18bundle: allow the same ref to be given more than onceJunio C Hamano
2009-01-05bundle: allow rev-list options to exclude annotated tagsJohannes Schindelin
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-07-07Teach git-bundle to read revision arguments from stdin like git-rev-list.Adam Brewster
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-10bundle, fast-import: detect write failureJim Meyering
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-11-23Merge branch 'maint'Junio C Hamano
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin