summaryrefslogtreecommitdiff
path: root/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano2014-09-191-2/+2
|\
| * bundle: fix exclusion of annotated tagslf/bundle-exclusionLukas Fleischer2014-08-071-2/+2
* | bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe2014-07-181-10/+5
* | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+1
|\ \
| * | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-0/+1
* | | Merge branch 'sh/use-hashcpy'Junio C Hamano2014-03-181-1/+1
|\ \ \
| * | | Use hashcpy() when copying object namessh/use-hashcpySun He2014-03-061-1/+1
| |/ /
* | | bundle.c: use ALLOC_GROW() in add_to_ref_list()Dmitry S. Dolzhenko2014-03-031-5/+1
|/ /
* | bundle: use argv-arrayJunio C Hamano2013-11-121-16/+16
|/
* object_array_entry: fix memory handling of the name fieldMichael Haggerty2013-06-021-1/+1
* bundle: Accept prerequisites without commit messagesLukas Fleischer2013-04-071-1/+1
* Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano2013-04-031-3/+3
|\
| * avoid segfaults on parse_object failureJeff King2013-03-171-3/+3
* | bundle: Add colons to list headings in "verify"Lukas Fleischer2013-03-081-4/+4
* | bundle: Fix "verify" output if history is completeLukas Fleischer2013-03-071-1/+1
|/
* tweak "bundle verify" of a complete historyJunio C Hamano2012-06-041-6/+10
* Merge branch 'nd/i18n'Junio C Hamano2012-05-021-17/+21
|\
| * i18n: bundle: mark strings for translationNguyễn Thái Ngọc Duy2012-04-241-17/+21
| * Merge branch 'tr/maint-bundle-boundary'Junio C Hamano2012-03-061-1/+1
| |\
| * \ Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano2012-02-261-26/+10
| |\ \
* | \ \ Sync with 1.7.8.6Junio C Hamano2012-04-261-1/+1
|\ \ \ \
| * \ \ \ Sync with 1.7.7.7Junio C Hamano2012-04-261-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bundle: remove stray single-quote from error messageJonathan Nieder2012-04-261-1/+1
* | | | | Merge branch 'tr/maint-bundle-boundary' into maintJunio C Hamano2012-03-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | bundle: keep around names passed to add_pending_object()tr/maint-bundle-boundaryThomas Rast2012-03-011-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'tr/maint-bundle-long-subject' into maintJunio C Hamano2012-03-041-26/+10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | bundle: use a strbuf to scan the log for boundary commitsThomas Rast2012-02-231-7/+8
| * | bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast2012-02-221-19/+2
* | | Merge branch 'maint'Junio C Hamano2012-01-031-2/+2
|\ \ \ | |/ /
| * | fix hang in git fetch if pointed at a 0 length bundleBrian Harring2012-01-031-2/+2
* | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-1/+1
|/ /
* | Merge branch 'jc/unseekable-bundle'Junio C Hamano2011-10-211-36/+88
|\ \
| * | bundle: add parse_bundle_header() helper functionjc/unseekable-bundleJunio C Hamano2011-10-131-8/+31
| * | bundle: allowing to read from an unseekable fdJunio C Hamano2011-10-131-35/+64
* | | Merge branch 'rs/pending'Junio C Hamano2011-10-131-7/+4
|\ \ \ | |_|/ |/| |
| * | commit: factor out clear_commit_marks_for_object_arrayrs/pendingRené Scharfe2011-10-031-2/+1
| * | bundle: use leak_pending flagRené Scharfe2011-10-031-5/+3
| |/
* | Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano2011-09-191-2/+5
|/
* bundle: Use OFS_DELTA in bundle filesShawn O. Pearce2011-02-061-2/+3
* 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