Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'es/worktree-add-cleanup'
[gitweb.git]
/
t
/
t1411-reflog-show.sh
diff --git
a/t/t1411-reflog-show.sh
b/t/t1411-reflog-show.sh
index 6f47c0dd0ec9b5e59205ca98eea9bd729605e004..3eb4f102e505445041a3772404523a99245a8346 100755
(executable)
--- a/
t/t1411-reflog-show.sh
+++ b/
t/t1411-reflog-show.sh
@@
-166,4
+166,9
@@
test_expect_success 'git log -g -p shows diffs vs. parents' '
test_cmp expect actual
'
+test_expect_success 'reflog exists works' '
+ git reflog exists refs/heads/master &&
+ ! git reflog exists refs/heads/nonexistent
+'
+
test_done