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: normalize git show signature option to false (#671)
This disables `git log` showing signatures (`--no-show-signature`)
unless `showSignature` is set to a truthy value. This way differences
in developers` local configuration (`log.showSignature`) do not affect
tooling operation. Callers of `gitRawCommits` will need to explicitly
request signatures (via `rawGitOpts`) if they are desired, instead of
the current behavior of the presence of signatures being undefined.
Fixesconventional-changelog/commitlint#2118
Co-authored-by: Benjamin E. Coe <[email protected]>
0 commit comments