author | Jeff King <peff@peff.net> | |
Tue, 29 Mar 2011 20:57:27 +0000 (16:57 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Mar 2011 21:31:59 +0000 (14:31 -0700) | ||
commit | 3a03cf6b1d1cf5d05edec1781446a26782eaff09 | |
tree | 3b1e226b602b44680576bb4cf099a61bafa00884 | tree | snapshot |
parent | 304cc11c6566cf22e811aa791988c61b6d291973 | commit | diff |
notes: refactor display notes default handling
This is in preparation for more notes-related revision
command-line options.
The "suppress_default_notes" option is renamed to
"use_default_notes", and is now a tri-state with values less
than one indicating "not set". If the value is "not set",
then we show default refs if and only if no other refs were
given.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is in preparation for more notes-related revision
command-line options.
The "suppress_default_notes" option is renamed to
"use_default_notes", and is now a tri-state with values less
than one indicating "not set". If the value is "not set",
then we show default refs if and only if no other refs were
given.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c | diff | blob | history | |
notes.h | diff | blob | history | |
revision.c | diff | blob | history |