Perfect, thank you Hannes!
-----Original Message-----
From: Johannes Sixt <redacted>
Sent: Jul 15, 2017 12:01 PM
To: John J Foerch <redacted>
Cc: git@vger.kernel.org
Subject: Re: [FEATURE] git-commit option to prepend filename to commit message
Am 15.07.2017 um 16:19 schrieb John J Foerch:
quoted
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