]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/oidtree-alignment-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Aug 2021 19:14:35 +0000 (12:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Aug 2021 19:14:35 +0000 (12:14 -0700)
Codepath to access recently added oidtree data structure had
to make unaligned accesses to oids, which has been corrected.

* rs/oidtree-alignment-fix:
  oidtree: avoid unaligned access to crit-bit tree


Trivial merge