author | Thomas Rast <trast@student.ethz.ch> | |
Fri, 12 Mar 2010 17:04:26 +0000 (18:04 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 13 Mar 2010 05:55:39 +0000 (21:55 -0800) | ||
commit | 894a9d333e9e2015cad00d95250b7c5d3acea8b6 | |
tree | 2bab79483f959c7661e87ef70b1976ab9aa65bdb | tree | snapshot |
parent | 6ceeaee7ea5bb754c76ce93c5b289f72d69fdb92 | commit | diff |
Support showing notes from more than one notes tree
With this patch, you can set notes.displayRef to a glob that points at
your favourite notes refs, e.g.,
[notes]
displayRef = refs/notes/*
Then git-log and friends will show notes from all trees.
Thanks to Junio C Hamano for lots of feedback, which greatly
influenced the design of the entire series and this commit in
particular.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With this patch, you can set notes.displayRef to a glob that points at
your favourite notes refs, e.g.,
[notes]
displayRef = refs/notes/*
Then git-log and friends will show notes from all trees.
Thanks to Junio C Hamano for lots of feedback, which greatly
influenced the design of the entire series and this commit in
particular.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
14 files changed:
Documentation/config.txt | diff | blob | history | |
Documentation/git-notes.txt | diff | blob | history | |
Documentation/pretty-options.txt | diff | blob | history | |
builtin-log.c | diff | blob | history | |
cache.h | diff | blob | history | |
notes.c | diff | blob | history | |
notes.h | diff | blob | history | |
pretty.c | diff | blob | history | |
refs.c | diff | blob | history | |
refs.h | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history | |
t/t3301-notes.sh | diff | blob | history | |
t/test-lib.sh | diff | blob | history |