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-12-15pack-bitmap: enable reuse from all bitmapped packsTaylor Blau
2023-12-15pack-objects: allow setting `pack.allowPackReuse` to "single"Taylor Blau
2023-10-09documentation: add missing hyphensElijah Newren
2023-10-09documentation: fix apostrophe usageElijah Newren
2023-10-09documentation: wording improvementsElijah Newren
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau
2023-04-13pack-revindex: introduce `pack.readReverseIndex`Taylor Blau
2022-09-06Merge branch 'ac/bitmap-lookup-table'Junio C Hamano
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty
2022-08-05docs: move pack format docs to man section 5Ævar Arnfjörð Bjarmason
2021-09-15midx.c: respect 'pack.writeBitmapHashcache' when writing bitmapsTaylor Blau
2021-07-08Merge branch 'jk/doc-max-pack-size'Junio C Hamano
2021-06-09doc: warn people against --max-pack-sizeJeff King
2021-04-01builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau
2021-01-26Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'Taylor Blau
2020-03-21config: set pack.useSparse=true by defaultDerrick Stolee
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2020-01-23pack-objects: introduce pack.allowPackReuseJeff King
2019-08-13repo-settings: create feature.experimental settingDerrick Stolee
2019-03-18pack-objects: default to writing bitmap hash-cacheJeff King
2019-01-18pack-objects: create pack.useSparse settingDerrick Stolee
2018-10-29config.txt: move pack.* to a separate fileNguyễn Thái Ngọc Duy