Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/maint-t5541-make-server-port-portable' into maint
[gitweb.git]
/
t
/
t1511-rev-parse-caret.sh
diff --git
a/t/t1511-rev-parse-caret.sh
b/t/t1511-rev-parse-caret.sh
index e043cb7c64958ede89eb640f121d2daabf5f9503..eaefc777bd98aeb4cae2ba34eec0e5fe2c2fbd72 100755
(executable)
--- a/
t/t1511-rev-parse-caret.sh
+++ b/
t/t1511-rev-parse-caret.sh
@@
-6,7
+6,7
@@
test_description='tests for ref^{stuff}'
test_expect_success 'setup' '
echo blob >a-blob &&
- git tag -a -m blob blob-tag `git hash-object -w a-blob`
+ git tag -a -m blob blob-tag `git hash-object -w a-blob`
&&
mkdir a-tree &&
echo moreblobs >a-tree/another-blob &&
git add . &&