]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'vd/fix-unaligned-read-index-v4'
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Oct 2022 00:19:59 +0000 (17:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Oct 2022 00:19:59 +0000 (17:19 -0700)
The codepath that reads from the index v4 had unaligned memory
accesses, which has been corrected.

* vd/fix-unaligned-read-index-v4:
  read-cache: avoid misaligned reads in index v4


Trivial merge