diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-03 13:45:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-09 16:42:23 -0700 |
commit | c036c4c5e426cc7ee8070038607edf06ef1d661e (patch) | |
tree | 4199271cb7e8884c8adeb34453efb9841bf27dab /t/t1512-rev-parse-disambiguation.sh | |
parent | 13243c2c7a758bb6510ba26d0372f384b5f422ce (diff) | |
download | git-c036c4c5e426cc7ee8070038607edf06ef1d661e.tar.gz |
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/t1512-rev-parse-disambiguation.sh')
-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.. |