X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=4232e27411036e339f8102e45b7cb699c808a798;hb=67d4160712ef07bc7a5bc6790f166ba39d45a82a;hp=97ec2d0c7db521047e254e53120ffc83829868a9;hpb=edd5cc242820f3eec26329a263e4016a039adee1;p=git.git diff --git a/git-am.sh b/git-am.sh index 97ec2d0c7..4232e2741 100755 --- a/git-am.sh +++ b/git-am.sh @@ -413,7 +413,7 @@ do parent=$(git-rev-parse --verify HEAD) && commit=$(git-commit-tree $tree -p $parent <"$dotest/final-commit") && echo Committed: $commit && - git-update-ref HEAD $commit $parent || + git-update-ref -m "am: $SUBJECT" HEAD $commit $parent || stop_here $this if test -x "$GIT_DIR"/hooks/post-applypatch