summaryrefslogtreecommitdiff
path: root/bundle.c
Commit message (Expand)AuthorAgeFilesLines
...
* bundle: detect if bundle file cannot be createdCsaba Henk2010-08-271-2/+4
* Merge branch 'jc/log-stdin'Junio C Hamano2009-11-231-10/+2
|\
| * Teach --stdin option to "log" familyJunio C Hamano2009-11-201-10/+2
* | pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-231-1/+1
|/
* don't dereference NULL upon fdopen failureJim Meyering2009-09-131-1/+1
* Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2009-05-211-1/+1
* Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-251-0/+2
|\
| * bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-171-0/+2
* | bundle: allow rev-list options to exclude annotated tagsJohannes Schindelin2009-01-051-0/+32
|/
* Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-2/+2
* Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+2
* Teach git-bundle to read revision arguments from stdin like git-rev-list.Adam Brewster2008-07-071-2/+11
* start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt2008-02-231-2/+3
* start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-231-0/+1
* check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
* Improve use of lockfile APIBrandon Casey2008-01-161-4/+10
* bundle, fast-import: detect write failureJim Meyering2008-01-101-3/+3
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Merge branch 'maint'Junio C Hamano2007-11-221-1/+8
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-191-0/+343