aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-21 20:41:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-21 20:41:44 +1200
commitf0788f496a330d9918a09b2f8e885cf569cec003 (patch)
tree038d7f88ff96ffe720462178e2b1178f55b146d4 /git
parentMerge branch 'release/v11.18.0' into develop (diff)
downloaddotfiles-f0788f496a330d9918a09b2f8e885cf569cec003.tar.gz
dotfiles-f0788f496a330d9918a09b2f8e885cf569cec003.zip
Use --pretty=full for Git commit display
Author and Committer do sometimes differ for me, but not often enough that I always remember to check them properly. This should make things a little better.
Diffstat (limited to 'git')
-rw-r--r--git/config.mi53
1 files changed, 3 insertions, 0 deletions
diff --git a/git/config.mi5 b/git/config.mi5
index 8456cc74..78616077 100644
--- a/git/config.mi5
+++ b/git/config.mi5
@@ -7,6 +7,9 @@
[fetch]
output = compact
+[format]
+ pretty = full
+
[init]
defaultBranch = master
templateDir = <% XDG_CONFIG_HOME %>/git/template