aboutsummaryrefslogtreecommitdiff
path: root/bundle.c
Commit message (Expand)AuthorAge
...
| * | | | bundle: keep around names passed to add_pending_object()Thomas Rast2012-03-01
| | |_|/ | |/| |
* | | | Merge branch 'tr/maint-bundle-long-subject' into maintJunio C Hamano2012-03-04
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | bundle: use a strbuf to scan the log for boundary commitsThomas Rast2012-02-23
| * | bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast2012-02-22
* | | Merge branch 'maint'Junio C Hamano2012-01-03
|\ \ \ | |/ /
| * | fix hang in git fetch if pointed at a 0 length bundleBrian Harring2012-01-03
* | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
|/ /
* | Merge branch 'jc/unseekable-bundle'Junio C Hamano2011-10-21
|\ \
| * | bundle: add parse_bundle_header() helper functionJunio C Hamano2011-10-13
| * | bundle: allowing to read from an unseekable fdJunio C Hamano2011-10-13
* | | Merge branch 'rs/pending'Junio C Hamano2011-10-13
|\ \ \ | |_|/ |/| |
| * | commit: factor out clear_commit_marks_for_object_arrayRené Scharfe2011-10-03
| * | bundle: use leak_pending flagRené Scharfe2011-10-03
| |/
* | Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano2011-09-19
|/
* bundle: Use OFS_DELTA in bundle filesShawn O. Pearce2011-02-06
* bundle: detect if bundle file cannot be createdCsaba Henk2010-08-27
* Merge branch 'jc/log-stdin'Junio C Hamano2009-11-23
|\
| * Teach --stdin option to "log" familyJunio C Hamano2009-11-20
* | pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-23
|/
* don't dereference NULL upon fdopen failureJim Meyering2009-09-13
* Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy2009-05-21
* Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-25
|\
| * bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-17
* | bundle: allow rev-list options to exclude annotated tagsJohannes Schindelin2009-01-05
|/
* Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-19
* Teach git-bundle to read revision arguments from stdin like git-rev-list.Adam Brewster2008-07-07
* start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt2008-02-23
* start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-23
* check return code of prepare_revision_walkMartin Koegler2008-02-17
* Improve use of lockfile APIBrandon Casey2008-01-16
* bundle, fast-import: detect write failureJim Meyering2008-01-10
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* Merge branch 'maint'Junio C Hamano2007-11-22
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-19