author | Johan Herland <johan@herland.net> | |
Sat, 13 Feb 2010 21:28:17 +0000 (22:28 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 14 Feb 2010 03:36:12 +0000 (19:36 -0800) | ||
commit | 61a7cca0c6504aee7bae7837582230561bdb81d4 | |
tree | 34ffa32a8f330b3dbde72af5f0cb560ada39ebc7 | tree | snapshot |
parent | 73f77b909f87fcaece42ec50d8d0c1c35efbf947 | commit | diff |
Notes API: write_notes_tree(): Store the notes tree in the database
Uses for_each_note() to traverse the notes tree, and produces tree
objects on the fly representing the "on-disk" version of the notes
tree with appropriate fanout.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Uses for_each_note() to traverse the notes tree, and produces tree
objects on the fly representing the "on-disk" version of the notes
tree with appropriate fanout.
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 |