projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea472c1
)
t1510: fix typo in the comment of a test
author
Jonathan Nieder
<jrnieder@gmail.com>
Sat, 22 Jan 2011 20:02:48 +0000
(14:02 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Jan 2011 18:14:57 +0000
(10:14 -0800)
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1510-repo-setup.sh
patch
|
blob
|
history
diff --git
a/t/t1510-repo-setup.sh
b/t/t1510-repo-setup.sh
index dcc0f86bd8ff7f05733297c2c15acf29f4f590f3..15101d5e032fbbef4a66039342d07afbc5203ee0 100755
(executable)
--- a/
t/t1510-repo-setup.sh
+++ b/
t/t1510-repo-setup.sh
@@
-739,7
+739,7
@@
test_expect_success '#28: core.worktree and core.bare conflict (gitfile case)' '
grep "core.bare and core.worktree" message
'
-# Case #29: GIT_WORK_TREE(+core.worktree) overries core.bare (gitfile case).
+# Case #29: GIT_WORK_TREE(+core.worktree) overri
d
es core.bare (gitfile case).
test_expect_success '#29: setup' '
setup_repo 29 non-existent gitfile true &&
mkdir -p 29/sub/sub 29/wt/sub