Re: [PATCH] Have git-revert, git-cherry-pick cleanup ./.msg upon successful completion.
From: Alex Riesen <hidden> Date: 2016-06-15 22:43:08
On 5/4/07, Gerrit Pape [off-list ref] wrote:
git-revert and git-cherry-pick left behind the commit message file ./.msg,
have them use the -f option to git-commit to properly cleanup the
automatically created file.
Could we also have the files in $GIT_DIR instead of in working directory?