David Blume commited on 2019-05-02 22:25:36
Showing 1 changed files, with 1 additions and 0 deletions.
... | ... |
@@ -10,6 +10,7 @@ |
10 | 10 |
[core] |
11 | 11 |
editor = vim |
12 | 12 |
excludesfile = ~/.gitignore |
13 |
+ whitespace = trailing-space,space-before-tab,tab-in-indent |
|
13 | 14 |
[alias] |
14 | 15 |
log1 = log --graph --abbrev-commit --decorate --date=short --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ad)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all |
15 | 16 |
log2 = log --graph --abbrev-commit --decorate --date short --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 |
16 | 17 |