]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/omit-trailing-hash-in-index'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Jan 2023 20:07:47 +0000 (12:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jan 2023 20:07:47 +0000 (12:07 -0800)
commitffd923868574a004ec20a80dbc3b813da9a93b08
treefb80c1309a6cd0528d7dcc77d20a18451ef278fc
parentab85a7de6d332b4b21f94937e6600a14c270422c
parent17194b195d5db1cfd19af57e817c29bd3fa75c02
Merge branch 'ds/omit-trailing-hash-in-index'

Introduce an optional configuration to allow the trailing hash that
protects the index file from bit flipping.

* ds/omit-trailing-hash-in-index:
  features: feature.manyFiles implies fast index writes
  test-lib-functions: add helper for trailing hash
  read-cache: add index.skipHash config option
  hashfile: allow skipping the hash function
read-cache.c
t/test-lib-functions.sh