Skip to content

Commit

Permalink
git-am: fix typo in the previous one.
Browse files Browse the repository at this point in the history
Caught on #git by Ulrik Sverdrup

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Oct 1, 2007
1 parent 1f08819 commit 076d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 076d7aa

Please sign in to comment.