t3305: Verify that adding many notes with git-notes triggers increased fanout
commit048cdd4665efafde2902cb72376f2ca497254246
authorJohan Herland <johan@herland.net>
Sat, 13 Feb 2010 21:28:22 +0000 (13 22:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Feb 2010 03:36:13 +0000 (13 19:36 -0800)
tree6c637cff0bac0e73b54f9f3e3b6d4545113ffedb
parentb24bb99756c8b6fde01c23ebbb4abc37d12fb1eb
t3305: Verify that adding many notes with git-notes triggers increased fanout

Add a test verifying that the notes code automatically restructures the
notes tree into a deeper fanout level, when many notes are added with
"git notes".

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3305-notes-fanout.sh [new file with mode: 0755]