summaryrefslogtreecommitdiffstats
path: root/bundle.c (follow)
Commit message (Expand)AuthorAgeLines
* bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason2021-09-07-6/+6
* bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason2021-07-06-24/+28
* bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason2021-07-06-8/+18
* bundle: arguments can be read from stdinJiang Xin2021-01-11-50/+59
* Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-09-1/+1
|\
| * wt-status: tolerate dangling marksJonathan Tan2020-09-02-1/+1
* | Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-11-21/+62
|\ \
| * | bundle: add new version for use with SHA-256brian m. carlson2020-07-30-21/+62
| |/
* | strvec: rename struct fieldsJeff King2020-07-30-1/+1
* | strvec: fix indentation in renamed callsJeff King2020-07-28-5/+5
* | strvec: convert more callers away from argv_array nameJeff King2020-07-28-6/+6
* | strvec: rename files from argv-array to strvecJeff King2020-07-28-1/+1
|/
* bundle: detect hash algorithm when reading refsbrian m. carlson2020-06-19-1/+21
* bundle-create: progress output controlRobin H. Johnson2019-11-11-4/+5
* bundle: switch to use the_hash_algobrian m. carlson2019-08-19-2/+2
* bundle verify: error out if called without an object databaseJohannes Schindelin2019-05-28-0/+3
* create_bundle(): drop unused "header" parameterJeff King2019-01-24-2/+2
* Merge branch 'nd/the-index'Junio C Hamano2019-01-04-12/+14
|\
| * bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-12-12/+14
* | Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano2018-11-18-21/+18
|\ \ | |/ |/|
| * bundle: dup() output descriptor closer to point-of-useJeff King2018-11-17-21/+18
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-19-2/+2
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-21-2/+2
| |/
* / convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-29-1/+1
|/
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-29-1/+2
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-29-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-29-2/+3
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-29-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-16-0/+1
* | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-30-1/+1
|\ \ | |/ |/|
| * lock_file: make function-local locks non-staticMartin Ågren2018-05-10-1/+1
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-14-1/+1
|/
* Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-23-19/+16
|\
| * bundle: avoid using the rev_info flag leak_pendingRené Scharfe2017-12-28-19/+16
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-16-1/+1
* | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16-1/+1
|/
* leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24-1/+8
* Merge branch 'bc/object-id'Junio C Hamano2017-05-29-18/+21
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08-4/+6
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08-1/+1
| * bundle: convert to struct object_idbrian m. carlson2017-05-02-16/+17
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27-1/+1
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-23-1/+1
|/
* bundle: don't leak an fd in case of early returnStefan Beller2016-04-01-6/+17
* Remove get_object_hash.brian m. carlson2015-11-20-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-20-9/+9
* Add several uses of get_object_hash.brian m. carlson2015-11-20-1/+1
* create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty2015-08-10-10/+16
* bundle.c: fix memory leakStefan Beller2015-03-10-6/+5
* bundle: split out ref writing from bundle_createJeff King2014-10-30-39/+58