diff options
-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 |