]> git.ipfire.org Git - thirdparty/git.git/commit - notes.h
Notes API: for_each_note(): Traverse the entire notes tree with a callback
authorJohan Herland <johan@herland.net>
Sat, 13 Feb 2010 21:28:16 +0000 (22:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Feb 2010 03:36:12 +0000 (19:36 -0800)
commit73f77b909f87fcaece42ec50d8d0c1c35efbf947
tree3f575fdda6a63fe2a437230d4e19eb9566da95a4
parent9b391f218a5b732a5a8abae87d3165e97fe2f6f6
Notes API: for_each_note(): Traverse the entire notes tree with a callback

This includes a first attempt at creating an optimal fanout scheme (which
is calculated on-the-fly, while traversing).

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c
notes.h