projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae25c67
)
t3200-branch.sh: small language nit
author
Arjen Laarhoven
<arjen@yaph.org>
Fri, 6 Apr 2007 23:48:54 +0000
(
01:48
+0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 7 Apr 2007 00:21:11 +0000
(17:21 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3200-branch.sh
patch
|
blob
|
history
diff --git
a/t/t3200-branch.sh
b/t/t3200-branch.sh
index 3ca1a325d42493697f70b5adefc03fb818ef4d9a..828d553a4b53210e9bd15c522e2a798901b2ac35 100755
(executable)
--- a/
t/t3200-branch.sh
+++ b/
t/t3200-branch.sh
@@
-11,7
+11,7
@@
handled. Specifically, that a bogus branch is not created.
. ./test-lib.sh
test_expect_success \
- 'prepare a
n
trivial repository' \
+ 'prepare a trivial repository' \
'echo Hello > A &&
git-update-index --add A &&
git-commit -m "Initial commit." &&