Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-11 | .config/git: use SSH in place of HTTPs for github.com repos | Tobias Klauser | 1 | -0/+2 | |
This allows access to private repos for Go modules. | |||||
2022-01-26 | Disable GPG signing in golang.org repos | Tobias Klauser | 1 | -0/+4 | |
2021-01-28 | Use include for signoff hook config rather than core.hooksPath | Tobias Klauser | 2 | -4/+4 | |
2021-01-27 | Add missing with-signoff-hook config file | Tobias Klauser | 1 | -0/+2 | |
2021-01-27 | Add prepare-commit-msg hook depending on repo | Tobias Klauser | 3 | -0/+22 | |
Enable it for the cilium/isovalent repos and linux for now. | |||||
2021-01-27 | Add directory specific configuration | Tobias Klauser | 2 | -0/+4 | |
For now just set user.email to tobias@(cilium|isovalent).io Requires unsetting GIT_{AUTHOR,COMMITER}_EMAIL in zsh env. |