summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2018-11-19 18:45:05 +0100
committerDavid Kaufmann <astra@ionic.at>2018-11-19 18:45:05 +0100
commit204fd7b3d40b9f06c28c2eb68993dae232439d20 (patch)
tree25a70e2d9723a22e3953fde5b14d3b4b2afbc452 /home
parent4f1c3d6abe570532c8cafa8eaecc111e50108fe5 (diff)
downloadconfig-204fd7b3d40b9f06c28c2eb68993dae232439d20.tar.gz
fix git lg
Diffstat (limited to 'home')
-rw-r--r--home/.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index ef4a6c2..1db3f65 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -1,6 +1,6 @@
[alias]
dc = describe --contains
- lg = format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %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
[branch]
autosetupmerge = always