Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use core.commentChar from git config with --edit flag #3191

Merged

Commits on May 22, 2022

  1. fix(cli): use core.commentChar from git config with --edit flag (conv…

    …entional-changelog#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.)
    jscheid committed May 22, 2022
    Copy the full SHA
    481478c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. fix(cli): tweaks for core.commentChar handling (conventional-changelo…

    …g#3190)
    
    - Remove useless change to test git repository setup
    - Add comment on git config error handling
    jscheid committed May 23, 2022
    Copy the full SHA
    33be5ab View commit details
    Browse the repository at this point in the history
  2. fix(cli): make tests independent of global git config (conventional-c…

    …hangelog#3190)
    
    - Don't apply global changes
    - Set $HOME to ensure default global settings aren't picked up
    jscheid committed May 23, 2022
    Copy the full SHA
    093c7ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f2a3581 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e784c4d View commit details
    Browse the repository at this point in the history