My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49383dd
)
t6039: fix broken && chain
author
Torsten Bögershausen
<tboegi@web.de>
Sat, 21 Mar 2015 21:40:02 +0000
(22:40 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Mar 2015 19:06:21 +0000
(12:06 -0700)
Add missing &&, detected by the --chain-lint option
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6039-merge-ignorecase.sh
patch
|
blob
|
history
diff --git
a/t/t6039-merge-ignorecase.sh
b/t/t6039-merge-ignorecase.sh
index
a977653
..
531850d
100755
(executable)
--- a/
t/t6039-merge-ignorecase.sh
+++ b/
t/t6039-merge-ignorecase.sh
@@
-15,7
+15,7
@@
test_expect_success 'merge with case-changing rename' '
>TestCase &&
git add TestCase &&
git commit -m "add TestCase" &&
- git tag baseline
+ git tag baseline
&&
git checkout -b with-camel &&
>foo &&
git add foo &&