diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-11-25 09:47:56 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-11-25 09:47:56 +0100 |
commit | 350a2a98d7369f41645de28dbb0691bca9bb8f6c (patch) | |
tree | cadb8fbfac8c0914ef858f08e8eefeb913eafb6c /.config | |
parent | 4efbdc9e2ea8f5b3033f608a928261dea8bbcdee (diff) |
Add pretty format
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index 561e92d..1e661e2 100644 --- a/.config/git/config +++ b/.config/git/config @@ -42,8 +42,8 @@ # 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%- + 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%-' [push] # push to branch with same name on remote default = current |