Skip to content

v1.1.0

Compare
Choose a tag to compare
@commonquail commonquail released this 25 Aug 11:58

Changes in this release:

  • #3: Partial support for Git's core.commentChar setting. If it is set to an explicit comment character, commitmsgfmt will use that character. If it is unset, commitmsgfmt will use # per Git's default. If it is set to the special auto value, commitmsgfmt will ignore the setting and use #.

  • Vim integration: advise disabling 'textwidth' in favour of 'wrap'.