Skip to content

Commit

Permalink
Add default credential.provider for Gerrit Hub
Browse files Browse the repository at this point in the history
Otherwise GCM will always attempt to add it to ~/.gitconfig.
  • Loading branch information
felipecrs committed Aug 15, 2024
1 parent de96818 commit fb2cdf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/etc/gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ credentialStore = secretservice
credentialStore = plaintext
{{- end }}

[credential "https://review.gerrithub.io"]
provider = generic

[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
Expand Down

0 comments on commit fb2cdf3

Please sign in to comment.