projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81178fe
)
Fix typo in git-am: s/Was is/Was it/
author
Josh Triplett
<josh@freedesktop.org>
Tue, 24 Apr 2007 00:32:04 +0000
(17:32 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 24 Apr 2007 05:14:24 +0000
(22:14 -0700)
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-am.sh
patch
|
blob
|
history
diff --git
a/git-am.sh
b/git-am.sh
index e69ecbfdb1a817b477aff8618f284a4c921e00e5..c9f66e278454374714794477be7ff8b93cd05a0f 100755
(executable)
--- a/
git-am.sh
+++ b/
git-am.sh
@@
-291,7
+291,7
@@
do
<"$dotest/$msgnum" >"$dotest/info" ||
stop_here $this
test -s $dotest/patch || {
- echo "Patch is empty. Was i
s
split wrong?"
+ echo "Patch is empty. Was i
t
split wrong?"
stop_here $this
}
git-stripspace < "$dotest/msg" > "$dotest/msg-clean"