Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
reset: the command takes committish
[gitweb.git]
/
t
/
t1512-rev-parse-disambiguation.sh
diff --git
a/t/t1512-rev-parse-disambiguation.sh
b/t/t1512-rev-parse-disambiguation.sh
index dc56f81cb7e90e68ba79fcedf57aafcefebfc0c6..02109988005f6451974d71bb2d264e74bc556723 100755
(executable)
--- a/
t/t1512-rev-parse-disambiguation.sh
+++ b/
t/t1512-rev-parse-disambiguation.sh
@@
-121,7
+121,7
@@
test_expect_success 'git log takes only commit-ish' '
git log 000000000
'
-test_expect_
failure
'git reset takes only commit-ish' '
+test_expect_
success
'git reset takes only commit-ish' '
git reset 000000000
'