aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 01:20:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 01:20:27 +1200
commitf537641d27959a0ba241178bb19f191e3808b469 (patch)
treebfb5b26ae7c9f34b1977ef176e2409e28d3d47da /git
parentMerge branch 'release/v5.10.0' into develop (diff)
downloaddotfiles-f537641d27959a0ba241178bb19f191e3808b469.tar.gz
dotfiles-f537641d27959a0ba241178bb19f191e3808b469.zip
Remove most of git config; time to review it
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig.mi546
1 files changed, 0 insertions, 46 deletions
diff --git a/git/gitconfig.mi5 b/git/gitconfig.mi5
index eeb99406..f1461179 100644
--- a/git/gitconfig.mi5
+++ b/git/gitconfig.mi5
@@ -1,59 +1,14 @@
-[advice]
- statusHints = false
- detachedHead = false
- implicitIdentity = false
- pushUpdateRejected = false
-
-[alias]
- amend = commit --amend
- ls = log --oneline
- others = ls-files --others --exclude-standard
- fuckit = "!git clean -dfx ; git reset --hard"
-
-[color]
- ui = true
-
-[commit]
- status = false
-
-[core]
- compression = 9
-
-[diff]
- algorithm = patience
- tool = vimdiff
-
-[difftool]
- prompt = false
-
-[fetch]
- output = compact
- prune = true
-
-[grep]
- extendRegexp = true
- lineNumber = true
-
[init]
templateDir = ~/.git-template
-[log]
- date = local
- decorate = short
-
[merge]
ff = false
- log = 500
-
-[pager]
- diff = cat
[pull]
ff = only
[push]
default = current
- followTags = true
[sendemail]
confirm = compose
@@ -61,7 +16,6 @@
[status]
short = true
- showUntrackedFiles = all
[user]
name = <% NAME %>