summaryrefslogtreecommitdiff
path: root/bundle.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-07bundle: Fix "verify" output if history is completeLibravatar Lukas Fleischer1-1/+1
2012-06-04tweak "bundle verify" of a complete historyLibravatar Junio C Hamano1-6/+10
2012-05-02Merge branch 'nd/i18n'Libravatar Junio C Hamano1-17/+21
2012-04-26Sync with 1.7.8.6Libravatar Junio C Hamano1-1/+1
2012-04-26Sync with 1.7.7.7Libravatar Junio C Hamano1-1/+1
2012-04-26bundle: remove stray single-quote from error messageLibravatar Jonathan Nieder1-1/+1
2012-04-24i18n: bundle: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-17/+21
2012-03-12Merge branch 'tr/maint-bundle-boundary' into maintLibravatar Junio C Hamano1-1/+1
2012-03-06Merge branch 'tr/maint-bundle-boundary'Libravatar Junio C Hamano1-1/+1
2012-03-04Merge branch 'tr/maint-bundle-long-subject' into maintLibravatar Junio C Hamano1-26/+10
2012-03-01bundle: keep around names passed to add_pending_object()Libravatar Thomas Rast1-1/+1
2012-02-26Merge branch 'tr/maint-bundle-long-subject'Libravatar Junio C Hamano1-26/+10
2012-02-23bundle: use a strbuf to scan the log for boundary commitsLibravatar Thomas Rast1-7/+8
2012-02-22bundle: put strbuf_readline_fd in strbuf.c with adjustmentsLibravatar Thomas Rast1-19/+2
2012-01-03Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2012-01-03fix hang in git fetch if pointed at a 0 length bundleLibravatar Brian Harring1-2/+2
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-10-21Merge branch 'jc/unseekable-bundle'Libravatar Junio C Hamano1-36/+88
2011-10-13Merge branch 'rs/pending'Libravatar Junio C Hamano1-7/+4
2011-10-13bundle: add parse_bundle_header() helper functionLibravatar Junio C Hamano1-8/+31
2011-10-13bundle: allowing to read from an unseekable fdLibravatar Junio C Hamano1-35/+64
2011-10-03commit: factor out clear_commit_marks_for_object_arrayLibravatar René Scharfe1-2/+1
2011-10-03bundle: use leak_pending flagLibravatar René Scharfe1-5/+3
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Libravatar Junio C Hamano1-2/+5
2011-02-06bundle: Use OFS_DELTA in bundle filesLibravatar Shawn O. Pearce1-2/+3
2010-08-27bundle: detect if bundle file cannot be createdLibravatar Csaba Henk1-2/+4
2009-11-23Merge branch 'jc/log-stdin'Libravatar Junio C Hamano1-10/+2
2009-11-23pack-objects: split implications of --all-progress from progress activationLibravatar Nicolas Pitre1-1/+1
2009-11-20Teach --stdin option to "log" familyLibravatar Junio C Hamano1-10/+2
2009-09-13don't dereference NULL upon fdopen failureLibravatar Jim Meyering1-1/+1
2009-05-21Terminate argv with NULL before calling setup_revisions()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2009-01-25Merge branch 'js/maint-all-implies-HEAD'Libravatar Junio C Hamano1-0/+2
2009-01-17bundle: allow the same ref to be given more than onceLibravatar Junio C Hamano1-0/+2
2009-01-05bundle: allow rev-list options to exclude annotated tagsLibravatar Johannes Schindelin1-0/+32
2008-11-11Fix non-literal format in printf-style callsLibravatar Daniel Lowe1-2/+2
2008-10-19Enhance hold_lock_file_for_{update,append}() APILibravatar Junio C Hamano1-1/+2
2008-07-07Teach git-bundle to read revision arguments from stdin like git-rev-list.Libravatar Adam Brewster1-2/+11
2008-02-23start_command(), if .in/.out > 0, closes file descriptors, not the callersLibravatar Johannes Sixt1-2/+3
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorLibravatar Johannes Sixt1-0/+1
2008-02-17check return code of prepare_revision_walkLibravatar Martin Koegler1-1/+2
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-4/+10
2008-01-10bundle, fast-import: detect write failureLibravatar Jim Meyering1-3/+3
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Libravatar Jim Meyering1-1/+1
2007-11-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+8
2007-11-08Style: place opening brace of a function definition at column 1Libravatar Junio C Hamano1-1/+2
2007-09-19Move bundle specific stuff into bundle.[ch]Libravatar Johannes Schindelin1-0/+343