Write commit message to file
commit897c80f8a71a5ef557c4adf675fd9e4d509f2e10
authorJoe Fiorini <joe@faithfulgeek.org>
Sun, 24 May 2009 20:43:38 +0000 (24 16:43 -0400)
committerPieter de Bie <pdebie@ai.rug.nl>
Wed, 27 May 2009 17:03:09 +0000 (27 18:03 +0100)
tree66bf830e66719dddef041024ffbd3eb8e22028de
parente9d45261bd72ef875f15635e3ec0fbe5989b31c3
Write commit message to file

Typically, git-commit writes the commit message
to .git/COMMIT_EDITMSG. This writes the commit
message to that file manually to assist in
hooks such as commit-msg and
prepare-commit-msg which expect this file as the
first argument.
PBGitCommitController.m