summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config
index afd3ff9..c6ff7dd 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,6 +1,6 @@
[user]
- name = Hendrik Jäger
- email = hendrik@securosys.ch
+ name = Hendrik Jäger
+ email = hendrik@securosys.ch
# push/pull/diff/options
[push]
@@ -54,6 +54,7 @@
lnc = log --pretty=format:"%h\\ %s\\ [%cn]"
fl = log -u
filelog = log -u
+ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
# }}}
# diff {{{
d = diff --word-diff