12345678910111213141516171819202122 |
- [user]
- name = Emilia L.K. Blåsten
- email = emilia.blasten@iki.fi
- [core]
- editor = emacsclient -t -a emacs
- [push]
- default = matching
- [alias]
- graph = log --graph --date-order --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
- wdiff = diff --color-words
- [color]
- diff = auto
- [color "diff"]
- meta = yellow bold
- frag = magenta bold
- old = red bold
- new = green bold
- [credential]
- helper = cache --timeout=86400
|