diff options
| -rw-r--r-- | dot-config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index db9e525..094f818 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -16,3 +16,5 @@ [pretty] list = format:%C(auto)%h %C(magenta)%G? %C(blue)%<(10,trunc)%as %C(green)%<(12,trunc)%aN %C(auto)%s%C(cyan)% gD%d more = format:%C(cyan)%D%n%C(yellow)Commit: %H%n%C(auto)Author: %>(13)%as %an <%ae>%n%C(auto)Committer: %cs %cn <%ce>%n%C(auto)Subject: %s%n%C(auto)%b%N +[format] + pretty = list |
