Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2022-10-31Merge branch 'ds/bundle-uri-3'Taylor Blau
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee
2022-09-12list-objects-filter: add and use initializersJeff King
2022-05-17bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason
2022-03-09bundle: parse filter capabilityDerrick Stolee
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason
2021-08-28bundle API: start writing API documentationÆvar Arnfjörð Bjarmason
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30bundle: add new version for use with SHA-256brian m. carlson
2020-07-29strvec: convert more callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-06-20bundle: detect hash algorithm when reading refsbrian m. carlson
2019-11-11bundle-create: progress output controlRobin H. Johnson
2019-01-24create_bundle(): drop unused "header" parameterJeff King
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2017-05-02bundle: convert to struct object_idbrian m. carlson
2011-10-22Merge branch 'jc/unseekable-bundle'Junio C Hamano
2011-10-14bundle: add parse_bundle_header() helper functionJunio C Hamano
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin