summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2018-05-03 19:02:41 +0200
committerDavid Kaufmann <astra@ionic.at>2018-05-03 19:02:41 +0200
commit7eaf48526b14e6db0d94c06eb36eb86217947328 (patch)
treef8420424c748281c0c3dd75a110fc1d23b22f18e
parent13d26030b2f7bacb3ab329f433be0a538ab61f55 (diff)
downloadconfig-7eaf48526b14e6db0d94c06eb36eb86217947328.tar.gz
git config
-rw-r--r--home/.gitconfig2
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]