Copybara bot | ca5ce64 | 2024-11-08 17:38:08 +0100 | [diff] [blame] | 1 | [user] |
| 2 | name = {{ .git.name | quote }} |
| 3 | email = {{ .git.email | quote }} |
| 4 | {{if and (index .git "signingKey") (ne .git.signingKey "") -}} |
| 5 | signingkey = {{ .git.signingKey | quote }} |
| 6 | {{- end}} |
| 7 | |
| 8 | {{if eq .chezmoi.os "darwin" -}} |
| 9 | [credential] |
| 10 | helper = osxkeychain |
| 11 | |
| 12 | [core] |
| 13 | precomposeUnicode = true |
| 14 | excludesfile = {{ .chezmoi.config.destDir }}/.gitignore_global |
| 15 | {{- end -}} |
| 16 | |
| 17 | [http] |
| 18 | cookiefile = {{ .chezmoi.config.destDir }}/.gitcookies |
| 19 | |
| 20 | [hub] |
| 21 | protocol = https |
| 22 | |
| 23 | [pull] |
| 24 | rebase = true |
| 25 | |
| 26 | [init] |
| 27 | defaultBranch = main |
| 28 | |
| 29 | [alias] |
| 30 | r = review -R |