Age | Commit message (Expand) | Author | Files | Lines |
2011-10-13 | bundle: add parse_bundle_header() helper function | Junio C Hamano | 1 | -8/+31 |
2011-10-13 | bundle: allowing to read from an unseekable fd | Junio C Hamano | 1 | -35/+64 |
2011-10-03 | commit: factor out clear_commit_marks_for_object_array | René Scharfe | 1 | -2/+1 |
2011-10-03 | bundle: use leak_pending flag | René Scharfe | 1 | -5/+3 |
2011-09-19 | Teach progress eye-candy to fetch_refs_from_bundle() | Junio C Hamano | 1 | -2/+5 |
2011-02-06 | bundle: Use OFS_DELTA in bundle files | Shawn O. Pearce | 1 | -2/+3 |
2010-08-27 | bundle: detect if bundle file cannot be created | Csaba Henk | 1 | -2/+4 |
2009-11-23 | Merge branch 'jc/log-stdin' | Junio C Hamano | 1 | -10/+2 |
2009-11-23 | pack-objects: split implications of --all-progress from progress activation | Nicolas Pitre | 1 | -1/+1 |
2009-11-20 | Teach --stdin option to "log" family | Junio C Hamano | 1 | -10/+2 |
2009-09-13 | don't dereference NULL upon fdopen failure | Jim Meyering | 1 | -1/+1 |
2009-05-21 | Terminate argv with NULL before calling setup_revisions() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2009-01-25 | Merge branch 'js/maint-all-implies-HEAD' | Junio C Hamano | 1 | -0/+2 |
2009-01-17 | bundle: allow the same ref to be given more than once | Junio C Hamano | 1 | -0/+2 |
2009-01-05 | bundle: allow rev-list options to exclude annotated tags | Johannes Schindelin | 1 | -0/+32 |
2008-11-11 | Fix non-literal format in printf-style calls | Daniel Lowe | 1 | -2/+2 |
2008-10-19 | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 1 | -1/+2 |
2008-07-07 | Teach git-bundle to read revision arguments from stdin like git-rev-list. | Adam Brewster | 1 | -2/+11 |
2008-02-23 | start_command(), if .in/.out > 0, closes file descriptors, not the callers | Johannes Sixt | 1 | -2/+3 |
2008-02-23 | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 1 | -0/+1 |
2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -4/+10 |
2008-01-10 | bundle, fast-import: detect write failure | Jim Meyering | 1 | -3/+3 |
2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
2007-11-22 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+8 |
2007-11-08 | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 1 | -1/+2 |
2007-09-19 | Move bundle specific stuff into bundle.[ch] | Johannes Schindelin | 1 | -0/+343 |