Perfect, thank you Hannes!
-----Original Message----- >From: Johannes Sixt <[email protected]> >Sent: Jul 15, 2017 12:01 PM >To: John J Foerch <[email protected]> >Cc: [email protected] >Subject: Re: [FEATURE] git-commit option to prepend filename to commit message > >Am 15.07.2017 um 16:19 schrieb John J Foerch: >> The feature would be a command line option for git commit that would >> automatically prepend the "<filename>: " to the commit message. >Write a prepare-commit-msg hook: > >https://www.kernel.org/pub/software/scm/git/docs/githooks.html#_prepare_commit_msg > >-- Hannes

