Skip to content

Conversation

@isaacs
Copy link
Contributor

Config values are now case-sensitive, so commit.gpgsign=false was
doing nothing.

What / Why

n/a

References

  • n/a

@isaacsisaacs requested a review from a team as a code ownerNovember 8, 2019 23:40
@isaacsisaacs requested a review from mikemimikNovember 8, 2019 23:41
@claudiahdzclaudiahdz added semver:patch semver patch level for changes Release 6.x work is associated with a specific npm 6 release labels Nov 12, 2019
Copy link
Contributor

@mikemimikmikemimik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

}else{
matchRegTarball=newRegExp(`^${registry}(.*)?/-/\\1-(.*)[.]tgz$`)
}
if(!tb)return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: @isaacs what is this for?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems... unrelated to this commit. Must be something I was testing out? I'll back it out.

claudiahdz pushed a commit that referenced this pull request Nov 13, 2019
Config values are now case-sensitive, so `commit.gpgsign=false` was doing nothing. PR-URL: #456 Credit: @isaacsClose: #456 Reviewed-by: @claudiahdz
claudiahdz pushed a commit that referenced this pull request Nov 13, 2019
Config values are now case-sensitive, so `commit.gpgsign=false` was doing nothing. PR-URL: #456 Credit: @isaacsClose: #456 Reviewed-by: @claudiahdz
claudiahdz pushed a commit that referenced this pull request Nov 13, 2019
Config values are now case-sensitive, so `commit.gpgsign=false` was doing nothing. PR-URL: #456 Credit: @isaacsClose: #456 Reviewed-by: @claudiahdz
claudiahdz pushed a commit that referenced this pull request Nov 13, 2019
Config values are now case-sensitive, so `commit.gpgsign=false` was doing nothing. PR-URL: #456 Credit: @isaacsClose: #456 Reviewed-by: @claudiahdz
claudiahdz pushed a commit that referenced this pull request Nov 13, 2019
Config values are now case-sensitive, so `commit.gpgsign=false` was doing nothing. PR-URL: #456 Credit: @isaacsClose: #456 Reviewed-by: @claudiahdz
Copy link
Contributor

@mikemimikmikemimik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change needs to be backed out. Otherwise LGTM!

Config values are now case-sensitive, so `commit.gpgsign=false` was doing nothing.
@isaacsisaacsforce-pushed the isaacs/fix-test-git-configs branch from c4a61e6 to 653bd29CompareNovember 14, 2019 16:59
@isaacs
Copy link
ContributorAuthor

Updated.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release 6.xwork is associated with a specific npm 6 releasesemver:patchsemver patch level for changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@isaacs@mikemimik@claudiahdz