]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/notes-fanout-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:23 +0000 (12:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:23 +0000 (12:54 -0800)
commit883326077a1995a5ea122c298ff47fcd85782c49
tree066bf02abfb3f7b706b59ad991fa0915e8c864d8
parentf2dcfcc21d233c71e47e2ddae799968a18775a1d
parentdbc27477ffb1e66f224f2e3e7d91b10c2274168e
Merge branch 'jh/notes-fanout-fix'

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