diff options
| author | David Kaufmann <astra@ionic.at> | 2018-05-03 19:02:41 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-05-03 19:02:41 +0200 |
| commit | 7eaf48526b14e6db0d94c06eb36eb86217947328 (patch) | |
| tree | f8420424c748281c0c3dd75a110fc1d23b22f18e /home | |
| parent | 13d26030b2f7bacb3ab329f433be0a538ab61f55 (diff) | |
| download | config-7eaf48526b14e6db0d94c06eb36eb86217947328.tar.gz | |
git config
Diffstat (limited to 'home')
| -rw-r--r-- | home/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.gitconfig b/home/.gitconfig index b072155..8b2af7e 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -34,7 +34,7 @@ stat = true [alias] - lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit dc = describe --contains [pretty] |
