Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-12 | .gitconfig: enable rerereHEADmaster | Tobias Klauser | 1 | -0/+2 | |
2023-05-03 | .gitconfig: push.default=nothing | Tobias Klauser | 1 | -1/+1 | |
2023-04-19 | .gitconfig: let `git up` rebase on origin/man | Tobias Klauser | 1 | -1/+1 | |
2023-01-24 | .gitconfig: directory specific config for CNCF repos | Tobias Klauser | 1 | -2/+4 | |
2022-04-12 | Revert ".gitconfig: add -trust to "git mail" alias" | Tobias Klauser | 1 | -1/+1 | |
This reverts commit 6364de5e6ae408efcc8e2d4c54b0f5bdcb602e99. | |||||
2022-01-26 | Disable GPG signing in golang.org repos | Tobias Klauser | 1 | -0/+4 | |
2022-01-24 | .gitconfig: set init.defaultBranch=main | Tobias Klauser | 1 | -0/+2 | |
2021-12-30 | .gitconfig: add signoff hook for mold | Tobias Klauser | 1 | -0/+2 | |
2021-12-04 | .gitconfig: sign tags by default | Tobias Klauser | 1 | -0/+1 | |
2021-12-01 | .gitconfig: disable some advice hints | Tobias Klauser | 1 | -0/+3 | |
2021-12-01 | .gitconfig: remove empty lines | Tobias Klauser | 1 | -18/+3 | |
2021-11-22 | .gitconfig: switch to new signing key, sign commits by default | Tobias Klauser | 1 | -1/+4 | |
2021-10-11 | .gitconfig: let `git amend` update the commit date | Tobias Klauser | 1 | -1/+1 | |
2021-06-04 | Add recent alias | Tobias Klauser | 1 | -0/+1 | |
Sorting branches by "last activity". Source: https://twitter.com/tenderlove/status/1392957802163802112 | |||||
2021-04-12 | Use isovalent.com author e-mail for covalentio repos | Tobias Klauser | 1 | -0/+2 | |
2021-03-29 | Enable Signed-off-by hook for netsniff-ng repo | Tobias Klauser | 1 | -0/+2 | |
2021-03-10 | Order aliases alphabetically, add pushf and ri | Tobias Klauser | 1 | -2/+4 | |
Taken from https://www.linux-magazin.de/ausgaben/2019/04/tipps-und-tricks-2/ | |||||
2021-03-10 | Use cilium.io author e-mail for Cilium repos | Tobias Klauser | 1 | -1/+1 | |
2021-02-20 | .gitconfig: globally set fetch.prune = true | Tobias Klauser | 1 | -0/+3 | |
2021-02-17 | Add git pr alias | Tobias Klauser | 1 | -0/+1 | |
2021-02-01 | .gitconfig: set remote.origin.prune true | Tobias Klauser | 1 | -0/+3 | |
This will prune remote branches upon fetch/pull. | |||||
2021-01-27 | Add --prune to `git up` alias | Tobias Klauser | 1 | -1/+1 | |
2021-01-27 | Add prepare-commit-msg hook depending on repo | Tobias Klauser | 1 | -0/+4 | |
Enable it for the cilium/isovalent repos and linux for now. | |||||
2021-01-27 | Add directory specific configuration | Tobias Klauser | 1 | -0/+7 | |
For now just set user.email to tobias@(cilium|isovalent).io Requires unsetting GIT_{AUTHOR,COMMITER}_EMAIL in zsh env. | |||||
2021-01-20 | .gitconfig: remove sendemail.smtpserver | Tobias Klauser | 1 | -1/+0 | |
2021-01-20 | .gitconfig: use ~ for home directory | Tobias Klauser | 1 | -2/+2 | |
2020-09-15 | .gitconfig: add -trust to "git mail" alias | Tobias Klauser | 1 | -1/+1 | |
2020-08-12 | .gitconfig: set pull.ff=only | Tobias Klauser | 1 | -0/+3 | |
2020-08-12 | .gitconfig: new aliases, order alphabetically | Tobias Klauser | 1 | -2/+8 | |
2019-12-01 | .gitconfig: change http.cookiefile path | Tobias Klauser | 1 | -1/+1 | |
2019-11-28 | .gitconfig: add 'git today' alias | Tobias Klauser | 1 | -0/+1 | |
2019-11-28 | .gitconfig: make 'git up' rebase on origin/master | Tobias Klauser | 1 | -1/+1 | |
2018-02-13 | add global .gitignore to exclude vim cruft files | Tobias Klauser | 1 | -0/+1 | |
2018-01-18 | gitconfig: add fixes command | Tobias Klauser | 1 | -0/+1 | |
Courtesy of Arnd Bergmann in https://lkml.kernel.org/r/CAK8P3a2qx5pZmE-=QM5Bwrsib4XcfVac7RQr-QMzEseQ_oBPEA@mail.gmail.com | |||||
2017-08-10 | gitconfig: add codereview aliases, commit pretty format and HTTP cookiefile | Tobias Klauser | 1 | -0/+10 | |
2016-07-22 | gitconfig: Add git up alias | Tobias Klauser | 1 | -0/+1 | |
2016-01-06 | gitconfig: Show patch by default for 'git stash show' | Tobias Klauser | 1 | -2/+3 | |
2015-11-18 | Add pretty alias fixes and abbrev=12 for formatting Fixes: issues | Tobias Klauser | 1 | -0/+6 | |
Taken from Documentation/SubmittingPatches in linux.git | |||||
2015-11-11 | gitconfig: version sort, non-threaded email, smtp server | Tobias Klauser | 1 | -2/+7 | |
2014-06-24 | gitconfig: sendemail: Disable threading by default | Tobias Klauser | 1 | -0/+1 | |
2011-07-27 | Print line number on grep, add myself to bcc instead of cc on send-email | Tobias Klauser | 1 | -0/+5 | |
2010-04-01 | Add dist alias, taken from madduck and slightly adjusted | Tobias Klauser | 1 | -0/+1 | |
2010-03-29 | Add push merge and sendemail config, update gitk. | Tobias Klauser | 1 | -0/+9 | |
Both from fermion. Still need to find a way to get a machine specific config. | |||||
2010-01-02 | Add signingkey, reorder | Tobias Klauser | 1 | -2/+5 | |
2010-01-02 | Initial commit of git configuration | Tobias Klauser | 1 | -0/+22 | |