Re: commit-msg hook possible bad behavior with -F

2017-12-18 Thread Seth Raymond
commit-msg hook is run after I've already written a message out to . I don't think there's a fix to it due to the IDE's seemingly-poor implementation of the git plugin. Thanks for the clarification! On Mon, Dec 18, 2017 at 1:31 PM, Eric Sunshine wrote: > On Mon, Dec 1

commit-msg hook possible bad behavior with -F

2017-12-18 Thread Seth Raymond
If a commit is invoked with -F , indicating that the commit message should be read from an existing file, the the prepare-commit-msg and commit-msg hooks do not operate on . The first argument to the hook is always /COMMIT_EDITMSG, rather than . Am I wrong in this line of thinking? -Seth