author | Johan Herland <johan@herland.net> | |
Sat, 13 Feb 2010 21:28:16 +0000 (22:28 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 14 Feb 2010 03:36:12 +0000 (19:36 -0800) | ||
commit | 73f77b909f87fcaece42ec50d8d0c1c35efbf947 | |
tree | 3f575fdda6a63fe2a437230d4e19eb9566da95a4 | tree | snapshot |
parent | 9b391f218a5b732a5a8abae87d3165e97fe2f6f6 | commit | diff |
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>
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 | diff | blob | history | |
notes.h | diff | blob | history |