Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep: recurse in-process using 'struct repository'
[gitweb.git]
/
t
/
t1411-reflog-show.sh
diff --git
a/t/t1411-reflog-show.sh
b/t/t1411-reflog-show.sh
index ae96eeb66a0fd9d73a5805cd01f32dac857bd483..b9cb76654bd6cf0b7a910ec4c935c38a5f3bf9bc 100755
(executable)
--- a/
t/t1411-reflog-show.sh
+++ b/
t/t1411-reflog-show.sh
@@
-177,4
+177,8
@@
test_expect_success 'showing multiple reflogs works' '
git log -g HEAD HEAD >actual
'
+test_expect_success 'showing multiple reflogs with an old date' '
+ git log -g HEAD@{1979-01-01} HEAD >actual
+'
+
test_done