by shigemk2

当面は技術的なことしか書かない

git-commit reuse-message

git-commitするときに、特定のコミットのメッセージを再利用する。そのコミットのメッセージでそのままgit-commitするから、その場では編集はできない。

--reuse-message=<commit>
Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

Git - git-commit Documentation