]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/notes-fanout-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 22:02:22 +0000 (15:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 22:02:22 +0000 (15:02 -0700)
commit1a4abcbb3b7950d6367be5e142503173088a078c
tree70b74454bd55abfd5f5b20a019e9fe379bb313cf
parent7e84f4608f9c1f2217e7601010c2451f31dc4e92
parentdbc27477ffb1e66f224f2e3e7d91b10c2274168e
Merge branch 'jh/notes-fanout-fix' into maint

The code to automatically shrink the fan-out in the notes tree had
an off-by-one bug, which has been killed.

* jh/notes-fanout-fix:
  notes.c: fix off-by-one error when decreasing notes fanout
  t3305: check notes fanout more carefully and robustly
notes.c