You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): use core.commentChar from git config with --edit flag (#3191)
* fix(cli): use core.commentChar from git config with --edit flag (#3190)
When parsing `.git/COMMIT_EDITMSG` use the `core.commentChar` git
setting if present, falling back to the default comment char `#`
otherwise.
Use the `parserOpts.commentChar` setting only when parsing other
messages (e.g. from stdin.)
* fix(cli): tweaks for core.commentChar handling (#3190)
- Remove useless change to test git repository setup
- Add comment on git config error handling
* fix(cli): make tests independent of global git config (#3190)
- Don't apply global changes
- Set $HOME to ensure default global settings aren't picked up
* ci: try fixing HOME setting on Windows
* test: use cross-env for setting $HOME
0 commit comments