aboutsummaryrefslogtreecommitdiff
path: root/dot.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dot.gitconfig')
-rw-r--r--dot.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig
index df036b4..303ba93 100644
--- a/dot.gitconfig
+++ b/dot.gitconfig
@@ -11,6 +11,8 @@
lol = log --oneline --graph --decorate --all
colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order
push-all = !git remote | xargs -L1 git push
+ praise = blame
+ rofl = log --all --graph --format='%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ad%Creset %C(red bold)%d%Creset%s' --date=relative --abbrev-commit --decorate
[push]
default = current
[pull]
@@ -26,3 +28,10 @@
colorMoved = default
[credential]
helper = libsecret
+[core]
+ quotePath = false
+ commitGraph = true
+[receive]
+ advertisePushOptions = true
+[gc]
+ writeCommitGraph = true