]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
reflog-walk: tell explicit --date=default from not having --date at all
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 May 2012 21:11:32 +0000 (14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 May 2012 21:18:06 +0000 (14:18 -0700)
commit55ccf85a524f6a2d8cb5582d80a2927ff11dfb64
tree1547dcd5e1f48f8427b9b6f11413aab48276e5a9
parent794151e9b595ddc2700c0801caabfd27be763e12
reflog-walk: tell explicit --date=default from not having --date at all

Introduction of opt->date_mode_explicit was a step in the right direction,
but lost that crucial bit at the very end of the callchain, and the callee
could not tell an explicitly specified "I want *date* but in default format"
from the built-in default value passed when there was no --date specified.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c
pretty.c
reflog-walk.c
reflog-walk.h
t/t1411-reflog-show.sh