diff options
author | Johan Herland <johan@herland.net> | 2010-02-13 22:28:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-13 19:36:12 -0800 |
commit | cd30539214bb09881b84c796a50d30e409dee3fa (patch) | |
tree | 4fe2704aa3dd0e2ca29a4811ad58bdeb0ac32ed7 /builtin-grep.c | |
parent | 61a7cca0c6504aee7bae7837582230561bdb81d4 (diff) | |
download | git-cd30539214bb09881b84c796a50d30e409dee3fa.tar.gz |
Notes API: Allow multiple concurrent notes trees with new struct notes_tree
The new struct notes_tree encapsulates access to a specific notes tree.
It is provided to allow callers to make use of several different notes trees
simultaneously.
A struct notes_tree * parameter is added to every function in the notes API.
In all cases, NULL can be passed, in which case the fallback "default" notes
tree (default_notes_tree) is used.
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-grep.c')
0 files changed, 0 insertions, 0 deletions