Re: [PATCH v2] Handle non default git prefix configurations

2025-07-08 Thread Alexander Monakov
On Mon, 7 Jul 2025, Pierre-Emmanuel Patry wrote: > Mklog parses the diff content from prepare-commit-msg hook but fails > when git has been configured with mnemonicPrefix. Forcing the default > values for the prefixes would set a distinct diff configuration supported > by mklog and prevent most

[PATCH v2] Handle non default git prefix configurations

2025-07-07 Thread Pierre-Emmanuel Patry
Mklog parses the diff content from prepare-commit-msg hook but fails when git has been configured with mnemonicPrefix. Forcing the default values for the prefixes would set a distinct diff configuration supported by mklog and prevent most failures. contrib/ChangeLog: * prepare-commit-msg: