diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-03 22:45:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-10 01:42:23 +0200 |
commit | c036c4c5e426cc7ee8070038607edf06ef1d661e (patch) | |
tree | 4199271cb7e8884c8adeb34453efb9841bf27dab /t | |
parent | reset: the command takes committish (diff) | |
download | git-c036c4c5e426cc7ee8070038607edf06ef1d661e.tar.xz git-c036c4c5e426cc7ee8070038607edf06ef1d661e.zip |
rev-parse: A and B in "rev-parse A..B" refer to committish
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t1512-rev-parse-disambiguation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1512-rev-parse-disambiguation.sh b/t/t1512-rev-parse-disambiguation.sh index 0210998800..6de3cb0c92 100755 --- a/t/t1512-rev-parse-disambiguation.sh +++ b/t/t1512-rev-parse-disambiguation.sh @@ -111,7 +111,7 @@ test_expect_success 'log name1..name2 takes only commit-ishes on both ends' ' git log 000000000... ' -test_expect_failure 'rev-parse name1..name2 takes only commit-ishes on both ends' ' +test_expect_success 'rev-parse name1..name2 takes only commit-ishes on both ends' ' git rev-parse 000000000..000000000 && git rev-parse ..000000000 && git rev-parse 000000000.. |