summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-03 13:36:06 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-03 13:36:06 -0700
commitacbec18d8e763069f55f895d15ebb37e9162357d (patch)
tree6b54a1fca554d1250d574ba79333d82961345a3a /commit-graph.c
parentThe eighth batch (diff)
parentwrite_midx_bitmap(): drop unused refs_snapshot parameter (diff)
downloadgit-acbec18d8e763069f55f895d15ebb37e9162357d.tar.gz
git-acbec18d8e763069f55f895d15ebb37e9162357d.zip
Merge branch 'ds/midx-with-less-memory'
The codepath to write multi-pack index has been taught to release a large chunk of memory that holds an array of objects in the packs, as soon as it is done with the array, to reduce memory consumption. * ds/midx-with-less-memory: write_midx_bitmap(): drop unused refs_snapshot parameter midx: reduce memory pressure while writing bitmaps midx: extract bitmap write setup pack-bitmap-write: use const for hashes
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
0700'>2011-05-04Update draft release notes to 1.7.6Junio C Hamano1-27/+13 2011-05-04Git 1.7.5.1v1.7.5.1Junio C Hamano3-2/+36 2011-05-04git-add.txt: document 'add.ignoreErrors'Valentin Haenel1-0/+2 2011-05-02Update draft release notes to 1.7.6Junio C Hamano1-5/+15 2011-05-02Documentation: clarify meaning of --html-path, --man-path, and --info-pathJonathan Nieder1-6/+6 2011-05-01git: add --info-path and --man-path optionsJon Seymour3-3/+19 2011-05-01Update draft release notes to 1.7.6Junio C Hamano1-2/+7 2011-05-01Pass empty file to p4merge where no base is suitable.Ciaran Jessup1-6/+3 2011-05-01Look for password in both CVS and CVSNT password files.Guy Rouillier1-12/+41 2011-04-29merge-one-file: fix broken merges with alternate work treesJeff King2-3/+8