aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10bundle.c: fix memory leakStefan Beller1-6/+5
2014-10-30bundle: split out ref writing from bundle_createJeff King1-39/+58
2014-10-30bundle: split out a helper function to compute and write prerequisitesJunio C Hamano1-24/+35
2014-10-30bundle: split out a helper function to create pack dataJunio C Hamano1-27/+37
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe1-1/+1
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+1
2014-10-14Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano1-7/+10
2014-10-07bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe1-7/+10
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-09-19Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano1-2/+2
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano1-4/+2
2014-09-09Merge branch 'lf/bundle-exclusion'Junio C Hamano1-2/+2
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-4/+2
2014-08-07bundle: fix exclusion of annotated tagsLukas Fleischer1-2/+2
2014-07-18bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe1-10/+5
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano1-0/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-0/+1
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano1-1/+1
2014-03-06Use hashcpy() when copying object namesSun He1-1/+1
2014-03-03bundle.c: use ALLOC_GROW() in add_to_ref_list()Dmitry S. Dolzhenko1-5/+1
2013-11-12bundle: use argv-arrayJunio C Hamano1-16/+16
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty1-1/+1
2013-04-07bundle: Accept prerequisites without commit messagesLukas Fleischer1-1/+1
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano1-3/+3
2013-03-17avoid segfaults on parse_object failureJeff King1-3/+3
2013-03-08bundle: Add colons to list headings in "verify"Lukas Fleischer1-4/+4
2013-03-07bundle: Fix "verify" output if history is completeLukas Fleischer1-1/+1
2012-06-04tweak "bundle verify" of a complete historyJunio C Hamano1-6/+10
2012-05-02Merge branch 'nd/i18n'Junio C Hamano1-17/+21
2012-04-26Sync with 1.7.8.6Junio C Hamano1-1/+1
2012-04-26Sync with 1.7.7.7Junio C Hamano1-1/+1
2012-04-26bundle: remove stray single-quote from error messageJonathan Nieder1-1/+1
2012-04-24i18n: bundle: mark strings for translationNguyễn Thái Ngọc Duy1-17/+21
2012-03-12Merge branch 'tr/maint-bundle-boundary' into maintJunio C Hamano1-1/+1
2012-03-06Merge branch 'tr/maint-bundle-boundary'Junio C Hamano1-1/+1
2012-03-04Merge branch 'tr/maint-bundle-long-subject' into maintJunio C Hamano1-26/+10
2012-03-01bundle: keep around names passed to add_pending_object()Thomas Rast1-1/+1
2012-02-26Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano1-26/+10
2012-02-23bundle: use a strbuf to scan the log for boundary commitsThomas Rast1-7/+8
2012-02-22bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast1-19/+2
2012-01-03Merge branch 'maint'Junio C Hamano1-2/+2
2012-01-03fix hang in git fetch if pointed at a 0 length bundleBrian Harring1-2/+2
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy1-1/+1
2011-10-21Merge branch 'jc/unseekable-bundle'Junio C Hamano1-36/+88
2011-10-13Merge branch 'rs/pending'Junio C Hamano1-7/+4
2011-10-13bundle: add parse_bundle_header() helper functionJunio C Hamano1-8/+31
2011-10-13bundle: allowing to read from an unseekable fdJunio C Hamano1-35/+64
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe1-2/+1
2011-10-03bundle: use leak_pending flagRené Scharfe1-5/+3
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano1-2/+5