Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * .config/git/config: Small tweaks. | Amin Bandali | 2022-11-25 | 1 | -2/+3 |
| | | | | Mainly, don't sign new commits by default, but rather sign new tags. | ||||
* | Various deb packaging settings/conveniences | Amin Bandali | 2022-11-25 | 3 | -0/+19 |
| | |||||
* | * .config/git/config: Add f alias for fetch. | Amin Bandali | 2022-11-19 | 1 | -0/+1 |
| | |||||
* | * .config/git/config: Add l alias for log. | Amin Bandali | 2022-11-19 | 1 | -0/+1 |
| | |||||
* | * .config/git/config: Set defaultBranch to main. | Amin Bandali | 2022-11-19 | 2 | -2/+1 |
| | | | | | | | Supported as of git 2.28. The previous approach of using a template directory would work on a wider range of older git versions, but it would result in git not creating any files/directories (like hooks/) in a repo's .git directory e.g. after clones or initializations. | ||||
* | * .config/git/config: Default to my gnu.org address. | Amin Bandali | 2022-11-19 | 1 | -11/+11 |
| | | | | | | | | - Default to my gnu.org address (and use fencepost for smtp). - GPG-sign commits by default again. - Rename work alias to sfl, add canonical, and simplify gnu and kelar to only set the email now. - Update github handle. | ||||
* | * .config/git/config: Add alias instead of global email/signing preferences. | Amin Bandali | 2022-08-03 | 1 | -5/+10 |
| | |||||
* | git: use 'main' for default branch name for new repos | Amin Bandali | 2022-05-19 | 2 | -0/+3 |
| | |||||
* | git: use my @kelar.org address (and its smtp server) by default | Amin Bandali | 2022-05-19 | 1 | -2/+2 |
| | |||||
* | Move user-level configs out of rc.org | Amin Bandali | 2020-10-06 | 3 | -0/+79 |
| | | | | | I will keep rc.org around for now, only for system-level (global) config files. | ||||
* | move non-emacs configs to rc.org | Amin Bandali | 2020-04-11 | 3 | -79/+0 |
| | |||||
* | scattered updates | Amin Bandali | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | update gnu address | Amin Bandali | 2020-03-19 | 2 | -6/+6 |
| | |||||
* | git: update smtpuser, set transfer.fsckObjects | Amin Bandali | 2020-01-25 | 1 | -2/+5 |
| | |||||
* | update gnu address | Amin Bandali | 2020-01-21 | 2 | -6/+6 |
| | |||||
* | git: use gpg (not gpg2) as the gpg executable | Amin Bandali | 2019-08-04 | 1 | -3/+0 |
| | | | | guix doesn't seem to provide a gpg2 alias | ||||
* | hold off on using mab as primary for now | Amin Bandali | 2019-07-19 | 2 | -5/+6 |
| | |||||
* | update my gnu address | Amin Bandali | 2019-06-30 | 2 | -4/+4 |
| | | | | X-GNU: tami | ||||
* | git: ignore TAGS files globally | Amin Bandali | 2019-05-14 | 1 | -0/+1 |
| | |||||
* | git: move mailmap to ~/.config/git | Amin Bandali | 2019-05-10 | 2 | -0/+7 |
| | |||||
* | git: move global config and ignore to $XDG_CONFIG_HOME/git | Amin Bandali | 2019-05-10 | 2 | -0/+70 |