summaryrefslogtreecommitdiff
path: root/bundle.c
AgeCommit message (Expand)Author
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason
2021-07-06bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason
2021-01-12bundle: arguments can be read from stdinJiang Xin
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-31strvec: rename struct fieldsJeff King
2020-07-30bundle: add new version for use with SHA-256brian m. carlson
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson
2019-11-11bundle-create: progress output controlRobin H. Johnson
2019-08-19bundle: switch to use the_hash_algobrian m. carlson
2019-05-28bundle verify: error out if called without an object databaseJohannes Schindelin
2019-01-24create_bundle(): drop unused "header" parameterJeff King
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-11-18Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano
2018-11-17bundle: dup() output descriptor closer to point-of-useJeff King
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-10lock_file: make function-local locks non-staticMartin Ågren
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano
2017-12-28bundle: avoid using the rev_info flag leak_pendingRené Scharfe
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-02bundle: convert to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2016-04-01bundle: don't leak an fd in case of early returnStefan Beller
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-08-10create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty
2015-03-11bundle.c: fix memory leakStefan Beller
2014-10-30bundle: split out ref writing from bundle_createJeff King
2014-10-30bundle: split out a helper function to compute and write prerequisitesJunio C Hamano