summaryrefslogtreecommitdiffstats
path: root/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-12/+14
|\
| * bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-12/+14
* | Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano2018-11-181-21/+18
|\ \ | |/ |/|
| * bundle: dup() output descriptor closer to point-of-useJeff King2018-11-171-21/+18
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| |/
* / convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
|/
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+2
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-291-2/+3
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\ \ | |/ |/|
| * lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
|/
* Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-19/+16
|\
| * bundle: avoid using the rev_info flag leak_pendingRené Scharfe2017-12-281-19/+16
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
|/
* leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-1/+8
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-18/+21
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-4/+6
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| * bundle: convert to struct object_idbrian m. carlson2017-05-021-16/+17
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
|/
* 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
| |/ /