]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
notes: refactor display notes default handling
authorJeff King <peff@peff.net>
Tue, 29 Mar 2011 20:57:27 +0000 (16:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Mar 2011 21:31:59 +0000 (14:31 -0700)
commit3a03cf6b1d1cf5d05edec1781446a26782eaff09
tree3b1e226b602b44680576bb4cf099a61bafa00884
parent304cc11c6566cf22e811aa791988c61b6d291973
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>
notes.c
notes.h
revision.c