diff options
author | Johan Herland <johan@herland.net> | 2010-02-13 22:28:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-13 19:36:15 -0800 |
commit | e397421abf1003c4da824441f91d8c990b70fa98 (patch) | |
tree | ad1290da7749f57de950f13d7684bbbbd6f2c8dc /t/t5100/msg0006 | |
parent | Documentation: Generalize git-notes docs to 'objects' instead of 'commits' (diff) | |
download | tgif-e397421abf1003c4da824441f91d8c990b70fa98.tar.xz |
builtin-notes: Add "list" subcommand for listing note objects
"git notes list" will list all note objects in the current notes ref (in the
format "<note object> <annotated object>"). "git notes list <object>" will
list the note object associated with the given <object>, or fail loudly if
the given <object> has no associated notes.
If no arguments are given to "git notes", it defaults to the "list"
subcommand. This is for pseudo-compatibility with "git tag" and "git branch".
The patch includes tests verifying correct behaviour of the new subcommand.
Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100/msg0006')
0 files changed, 0 insertions, 0 deletions