summaryrefslogtreecommitdiffstats
path: root/bundle.c
AgeCommit message (Expand)AuthorLines
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano-0/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy-0/+1
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano-1/+1
2014-03-06Use hashcpy() when copying object namesSun He-1/+1
2014-03-03bundle.c: use ALLOC_GROW() in add_to_ref_list()Dmitry S. Dolzhenko-5/+1
2013-11-12bundle: use argv-arrayJunio C Hamano-16/+16
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty-1/+1
2013-04-07bundle: Accept prerequisites without commit messagesLukas Fleischer-1/+1
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano-3/+3
2013-03-17avoid segfaults on parse_object failureJeff King-3/+3
2013-03-08bundle: Add colons to list headings in "verify"Lukas Fleischer-4/+4
2013-03-07bundle: Fix "verify" output if history is completeLukas Fleischer-1/+1
2012-06-04tweak "bundle verify" of a complete historyJunio C Hamano-6/+10
2012-05-02Merge branch 'nd/i18n'Junio C Hamano-17/+21
2012-04-26Sync with 1.7.8.6Junio C Hamano-1/+1
2012-04-26Sync with 1.7.7.7Junio C Hamano-1/+1
2012-04-26bundle: remove stray single-quote from error messageJonathan Nieder-1/+1
2012-04-24i18n: bundle: mark strings for translationNguyễn Thái Ngọc Duy-17/+21
2012-03-12Merge branch 'tr/maint-bundle-boundary' into maintJunio C Hamano-1/+1
2012-03-06Merge branch 'tr/maint-bundle-boundary'Junio C Hamano-1/+1
2012-03-04Merge branch 'tr/maint-bundle-long-subject' into maintJunio C Hamano-26/+10
2012-03-01bundle: keep around names passed to add_pending_object()Thomas Rast-1/+1
2012-02-26Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano-26/+10
2012-02-23bundle: use a strbuf to scan the log for boundary commitsThomas Rast-7/+8
2012-02-22bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast-19/+2
2012-01-03Merge branch 'maint'Junio C Hamano-2/+2
2012-01-03fix hang in git fetch if pointed at a 0 length bundleBrian Harring-2/+2
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy-1/+1
2011-10-21Merge branch 'jc/unseekable-bundle'Junio C Hamano-36/+88
2011-10-13Merge branch 'rs/pending'Junio C Hamano-7/+4
2011-10-13bundle: add parse_bundle_header() helper functionJunio C Hamano-8/+31
2011-10-13bundle: allowing to read from an unseekable fdJunio C Hamano-35/+64
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe-2/+1
2011-10-03bundle: use leak_pending flagRené Scharfe-5/+3
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano-2/+5
2011-02-06bundle: Use OFS_DELTA in bundle filesShawn O. Pearce-2/+3
2010-08-27bundle: detect if bundle file cannot be createdCsaba Henk-2/+4
2009-11-23Merge branch 'jc/log-stdin'Junio C Hamano-10/+2
2009-11-23pack-objects: split implications of --all-progress from progress activationNicolas Pitre-1/+1
2009-11-20Teach --stdin option to "log" familyJunio C Hamano-10/+2
2009-09-13don't dereference NULL upon fdopen failureJim Meyering-1/+1
2009-05-21Terminate argv with NULL before calling setup_revisions()Nguyễn Thái Ngọc Duy-1/+1
2009-01-25Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano-0/+2
2009-01-17bundle: allow the same ref to be given more than onceJunio C Hamano-0/+2
2009-01-05bundle: allow rev-list options to exclude annotated tagsJohannes Schindelin-0/+32
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe-2/+2
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano-1/+2
2008-07-07Teach git-bundle to read revision arguments from stdin like git-rev-list.Adam Brewster-2/+11
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt-2/+3
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt-0/+1