summaryrefslogtreecommitdiff
path: root/bundle.c
AgeCommit message (Expand)Author
2023-07-25Merge branch 'dk/bundle-i18n-more'Junio C Hamano
2023-07-13i18n: mark more bundle.c strings for translationD. Ben Knoble
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-06bundle.c: don't leak the "args" in the "struct child_process"Ævar Arnfjörð Bjarmason
2023-01-31bundle: verify using check_connected()Derrick Stolee
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee
2022-10-12bundle: properly clear all revision flagsDerrick Stolee
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-16bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason
2022-04-14revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason
2022-03-23bundle: output hash information in 'verify'Derrick Stolee
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-09bundle: unbundle promisor packsDerrick Stolee
2022-03-09bundle: create filtered bundlesDerrick Stolee
2022-03-09bundle: parse filter capabilityDerrick Stolee
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason
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