summaryrefslogtreecommitdiff
path: root/.config/git/config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:25:16 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-14 12:25:16 -0400
commit41a3b584a31b708e0f5c5d45ecd258937cc0a1b1 (patch)
treef99300ded37bcb726d9c0b6327e91ef04252a852 /.config/git/config
parent94c9bdc5f7e832982947c903c258ea651e27c378 (diff)
parent05b500a6688c7a7ff9a04fe748a091d33df654a9 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index 2e85773..3404c0c 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -6,6 +6,6 @@
[push]
default = matching
[alias]
- lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
+ lg = log --graph --format='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
hist = log --format='%h %ci -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit
graphviz = "!f() { echo 'digraph git {' ; git log --pretty='format: %h -> { %p }' \"$@\" | sed 's/[0-9a-f][0-9a-f]*/\"&\"/g' ; echo '}'; }; f"