summary refs log tree commit diff
path: root/bundle.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-23bundle: output hash information in 'verify'Derrick Stolee1-0/+2
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee1-5/+4
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano1-12/+62
2022-03-09bundle: unbundle promisor packsDerrick Stolee1-0/+4
2022-03-09bundle: create filtered bundlesDerrick Stolee1-11/+42
2022-03-09bundle: parse filter capabilityDerrick Stolee1-1/+14
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason1-0/+2
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason1-4/+4
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason1-6/+6
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason1-24/+28
2021-07-06bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason1-8/+18
2021-01-11bundle: arguments can be read from stdinJiang Xin1-50/+59
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-21/+62
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-30bundle: add new version for use with SHA-256brian m. carlson1-21/+62
2020-07-28strvec: fix indentation in renamed callsJeff King1-5/+5
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-6/+6
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson1-1/+21
2019-11-11bundle-create: progress output controlRobin H. Johnson1-4/+5
2019-08-19bundle: switch to use the_hash_algobrian m. carlson1-2/+2
2019-05-28bundle verify: error out if called without an object databaseJohannes Schindelin1-0/+3
2019-01-24create_bundle(): drop unused "header" parameterJeff King1-2/+2
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-12/+14
2018-11-18Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano1-21/+18
2018-11-17bundle: dup() output descriptor closer to point-of-useJeff King1-21/+18
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-12/+14
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-1/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller1-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano1-19/+16
2017-12-28bundle: avoid using the rev_info flag leak_pendingRené Scharfe1-19/+16
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson1-1/+1
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson1-1/+1
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren1-1/+8
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-18/+21
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-4/+6
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+1
2017-05-02bundle: convert to struct object_idbrian m. carlson1-16/+17
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1