aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-21 20:42:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-21 20:42:36 +1200
commitd0ee7bf7e15f834cab84c606172ae31761246532 (patch)
treeb2321cfab17b7d5c63553965d0504abb616ea08c
parentMerge branch 'release/v11.18.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-d0ee7bf7e15f834cab84c606172ae31761246532.tar.gz
dotfiles-d0ee7bf7e15f834cab84c606172ae31761246532.zip
Merge branch 'release/v11.19.0'v11.19.0
* release/v11.19.0: Use --pretty=full for Git commit display
-rw-r--r--VERSION4
-rw-r--r--git/config.mi53
2 files changed, 5 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index b35dd239..3679fe1f 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v11.18.0
-Sat, 09 Apr 2022 05:34:53 +0000
+tejr dotfiles v11.19.0
+Thu, 21 Apr 2022 08:42:31 +0000
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