| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/i18n' | Junio C Hamano | 2012-05-02 | 1 | -17/+21 |
|\ |
|
| * | i18n: bundle: mark strings for translation | Nguyễn Thái Ngọc Duy | 2012-04-24 | 1 | -17/+21 |
| * | Merge branch 'tr/maint-bundle-boundary' | Junio C Hamano | 2012-03-06 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 2012-02-26 | 1 | -26/+10 |
| |\ \ |
|
* | \ \ | Sync with 1.7.8.6 | Junio C Hamano | 2012-04-26 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Sync with 1.7.7.7 | Junio C Hamano | 2012-04-26 | 1 | -1/+1 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | bundle: remove stray single-quote from error message | Jonathan Nieder | 2012-04-26 | 1 | -1/+1 |
* | | | | | Merge branch 'tr/maint-bundle-boundary' into maint | Junio C Hamano | 2012-03-12 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | bundle: keep around names passed to add_pending_object()tr/maint-bundle-boundary | Thomas Rast | 2012-03-01 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'tr/maint-bundle-long-subject' into maint | Junio C Hamano | 2012-03-04 | 1 | -26/+10 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | bundle: use a strbuf to scan the log for boundary commits | Thomas Rast | 2012-02-23 | 1 | -7/+8 |
| * | | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 2012-02-22 | 1 | -19/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2012-01-03 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | fix hang in git fetch if pointed at a 0 length bundle | Brian Harring | 2012-01-03 | 1 | -2/+2 |
* | | | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 2011-11-13 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jc/unseekable-bundle' | Junio C Hamano | 2011-10-21 | 1 | -36/+88 |
|\ \ |
|
| * | | bundle: add parse_bundle_header() helper functionjc/unseekable-bundle | Junio C Hamano | 2011-10-13 | 1 | -8/+31 |
| * | | bundle: allowing to read from an unseekable fd | Junio C Hamano | 2011-10-13 | 1 | -35/+64 |
* | | | Merge branch 'rs/pending' | Junio C Hamano | 2011-10-13 | 1 | -7/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | commit: factor out clear_commit_marks_for_object_arrayrs/pending | René Scharfe | 2011-10-03 | 1 | -2/+1 |
| * | | bundle: use leak_pending flag | René Scharfe | 2011-10-03 | 1 | -5/+3 |
| |/ |
|
* | | Teach progress eye-candy to fetch_refs_from_bundle() | Junio C Hamano | 2011-09-19 | 1 | -2/+5 |
|/ |
|
* | bundle: Use OFS_DELTA in bundle files | Shawn O. Pearce | 2011-02-06 | 1 | -2/+3 |
* | bundle: detect if bundle file cannot be created | Csaba Henk | 2010-08-27 | 1 | -2/+4 |
* | Merge branch 'jc/log-stdin' | Junio C Hamano | 2009-11-23 | 1 | -10/+2 |
|\ |
|
| * | Teach --stdin option to "log" family | Junio C Hamano | 2009-11-20 | 1 | -10/+2 |
* | | pack-objects: split implications of --all-progress from progress activation | Nicolas Pitre | 2009-11-23 | 1 | -1/+1 |
|/ |
|
* | don't dereference NULL upon fdopen failure | Jim Meyering | 2009-09-13 | 1 | -1/+1 |
* | Terminate argv with NULL before calling setup_revisions() | Nguyễn Thái Ngọc Duy | 2009-05-21 | 1 | -1/+1 |
* | Merge branch 'js/maint-all-implies-HEAD' | Junio C Hamano | 2009-01-25 | 1 | -0/+2 |
|\ |
|
| * | bundle: allow the same ref to be given more than once | Junio C Hamano | 2009-01-17 | 1 | -0/+2 |
* | | bundle: allow rev-list options to exclude annotated tags | Johannes Schindelin | 2009-01-05 | 1 | -0/+32 |
|/ |
|
* | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 1 | -2/+2 |
* | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 | 1 | -1/+2 |
* | Teach git-bundle to read revision arguments from stdin like git-rev-list. | Adam Brewster | 2008-07-07 | 1 | -2/+11 |
* | start_command(), if .in/.out > 0, closes file descriptors, not the callers | Johannes Sixt | 2008-02-23 | 1 | -2/+3 |
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 2008-02-23 | 1 | -0/+1 |
* | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 1 | -1/+2 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -4/+10 |
* | bundle, fast-import: detect write failure | Jim Meyering | 2008-01-10 | 1 | -3/+3 |
* | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 2008-01-04 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-22 | 1 | -1/+8 |
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 | 1 | -1/+2 |
* | Move bundle specific stuff into bundle.[ch] | Johannes Schindelin | 2007-09-19 | 1 | -0/+343 |