From: Junio C Hamano Date: Tue, 27 May 2025 20:59:10 +0000 (-0700) Subject: Merge branch 'sj/use-mmap-to-check-packed-refs' X-Git-Tag: v2.50.0-rc0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8b48af39141d4552e6e2c091957a59b806808a1;p=thirdparty%2Fgit.git Merge branch 'sj/use-mmap-to-check-packed-refs' The code path to access the "packed-refs" file while "fsck" is taught to mmap the file, instead of reading the whole file in the memory. * sj/use-mmap-to-check-packed-refs: packed-backend: mmap large "packed-refs" file during fsck packed-backend: extract snapshot allocation in `load_contents` packed-backend: fsck should warn when "packed-refs" file is empty --- d8b48af39141d4552e6e2c091957a59b806808a1