t1411: add more selector index/date tests
commit7904af1c10d2feb2f6d1dcb22454d93168a88c49
authorJeff King <peff@peff.net>
Fri, 4 May 2012 05:23:14 +0000 (4 01:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 May 2012 16:39:14 +0000 (4 09:39 -0700)
tree6fe6f5e6ffe3aa623960a9370cd98e17da46d967
parent8258858493ad3504630c3bfa7dfde61df811994a
t1411: add more selector index/date tests

We already check that @{now} and "--date" cause the
displayed selector to use the date for both the multiline
and oneline formats. However, we miss several cases:

  1. The --format=%gd selector is not tested at all.

  2. We do not check how the log.date config interacts with the
     "--date" magic (according to f4ea32f, it should not
     impact the output).

Doing so reveals that the combination of both (log.date
combined with the %gd format) does not behave as expected.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1411-reflog-show.sh