summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config
index 84da7f2..0150e51 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -27,7 +27,7 @@
prune = true
[format]
# show a lot of info by default
- pretty=fuller
+ pretty=compact
[grep]
# show linenumber (-n)
lineNumber = true
@@ -42,8 +42,7 @@
# use vimdiff as mergetool
tool = vimdiff
[pretty]
- longline = '%C(auto)%h %<(52,trunc)%s (%aN, %GS %G?, %cr) %d'
- longlines = '%C(auto)%h %<(52,trunc)%s (%aN, %GS %G?, %cr) %d %n%-w(0,8,8)%+b%-'
+ compact = %C(auto)%h%Cgreen% cs%Cblue%<(15,trunc)% an%C(auto)%d%Creset% s
[push]
# push to branch with same name on remote
default = current