commit | 3a03cf6b1d1cf5d05edec1781446a26782eaff09 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Tue Mar 29 16:57:27 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 29 14:31:59 2011 -0700 |
tree | 3b1e226b602b44680576bb4cf099a61bafa00884 | |
parent | 304cc11c6566cf22e811aa791988c61b6d291973 [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>