diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-01 00:27:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-01 00:27:51 -0700 |
commit | 076d7aa5d406fea1a5dedff5e2c54e2716528222 (patch) | |
tree | 9abd862eaa1242acbb1c66a12f52fa7d16d47f06 /git-am.sh | |
parent | git-am: make the output quieter. (diff) | |
download | tgif-076d7aa5d406fea1a5dedff5e2c54e2716528222.tar.xz |
git-am: fix typo in the previous one.
Caught on #git by Ulrik Sverdrup
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-am.sh')
-rwxr-xr-x | git-am.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |