rebase -i: honor --rerere-autoupdate
[gitweb.git] / t / t1411-reflog-show.sh
index ae96eeb66a0fd9d73a5805cd01f32dac857bd483..b9cb76654bd6cf0b7a910ec4c935c38a5f3bf9bc 100755 (executable)
@@ -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