summaryrefslogtreecommitdiffstats
path: root/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* bundle: don't leak an fd in case of early returnStefan Beller2016-04-011-6/+17
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-9/+9
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty2015-08-101-10/+16
* bundle.c: fix memory leakStefan Beller2015-03-101-6/+5
* bundle: split out ref writing from bundle_createJeff King2014-10-301-39/+58
* bundle: split out a helper function to compute and write prerequisitesJunio C Hamano2014-10-301-24/+35
* bundle: split out a helper function to create pack dataJunio C Hamano2014-10-301-27/+37
* use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-281-1/+1
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
* Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano2014-10-141-7/+10
|\
| * bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe2014-10-071-7/+10
| * Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano2014-09-191-2/+2
| |\
* | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-011-0/+1
* | | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-4/+2
|\ \ \
| * | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-4/+2
| |/ /
* | | Merge branch 'lf/bundle-exclusion'Junio C Hamano2014-09-091-2/+2
|\ \ \ | |/ / |/| / | |/
| * bundle: fix exclusion of annotated tagsLukas 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 namesSun 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()Thomas 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 functionJunio C Hamano2011-10-131-8/+31