aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 11:50:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 11:50:52 +1200
commit97793ddab52f20500a1c3de7e8cba060d2cdc168 (patch)
tree516cdd0f55f61bab55bf4e757ec67c55f012c148
parentMerge branch 'release/v5.12.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-97793ddab52f20500a1c3de7e8cba060d2cdc168.tar.gz
dotfiles-97793ddab52f20500a1c3de7e8cba060d2cdc168.zip
Merge branch 'release/v5.13.0'v5.13.0
* release/v5.13.0: Restore commit.status = false in gitconfig Restore fetch.output = compact in gitconfig
-rw-r--r--VERSION4
-rw-r--r--git/gitconfig.mi56
2 files changed, 8 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 9af6a365..14fc5476 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v5.12.0
-Wed May 29 23:47:30 UTC 2019
+tejr dotfiles v5.13.0
+Wed May 29 23:50:52 UTC 2019
diff --git a/git/gitconfig.mi5 b/git/gitconfig.mi5
index d7e6dfbe..e540c55f 100644
--- a/git/gitconfig.mi5
+++ b/git/gitconfig.mi5
@@ -1,3 +1,9 @@
+[commit]
+ status = false
+
+[fetch]
+ output = compact
+
[init]
templateDir = ~/.git-template