From: Junio C Hamano Date: Mon, 1 Oct 2007 07:27:51 +0000 (-0700) Subject: git-am: fix typo in the previous one. X-Git-Tag: v1.5.4-rc0~342^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=076d7aa5d406fea1a5dedff5e2c54e2716528222;p=git.git git-am: fix typo in the previous one. Caught on #git by Ulrik Sverdrup Signed-off-by: Junio C Hamano --- diff --git a/git-am.sh b/git-am.sh index 77a0e2099..cfa6fcf0a 100755 --- a/git-am.sh +++ b/git-am.sh @@ -453,7 +453,7 @@ do parent=$(git rev-parse --verify HEAD) && commit=$(git commit-tree $tree -p $parent <"$dotest/final-commit") && git update-ref -m "$GIT_REFLOG_ACTION: $SUBJECT" HEAD $commit $parent || - stop_here $thisy + stop_here $this if test -x "$GIT_DIR"/hooks/post-applypatch then