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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle GPG sign git config for initial commit #5823

Merged
merged 2 commits into from Aug 27, 2020
Merged

Handle GPG sign git config for initial commit #5823

merged 2 commits into from Aug 27, 2020

Commits on Aug 26, 2020

  1. fix(initial commit): Expand warning on gpgSign

    If git config `commit.gpgSign` is `true`, warning
    will be expanded to also say that failed commit
    may be due to failure to sign commit.
    
    Addresses #5818
    spenserblack committed Aug 26, 2020
    Copy the full SHA
    9defca0 View commit details
    Browse the repository at this point in the history
  2. fix(initial commit): avoid GPG sign on test/debug

    Sets git config `commit.gpgSign` on test or
    debug to false in order to stop git from
    attempting to sign commit with a GPG signature
    that does not belong to test@test.com
    
    Addresses #5818
    spenserblack committed Aug 26, 2020
    Copy the full SHA
    6b53e77 View commit details
    Browse the repository at this point in the history