aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-01-21 15:29:33 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2018-01-21 15:36:56 +0100
commit48ad3329c798dee9c1f00f04bb511d8fc85dda3f (patch)
treeaa4702379ff4216b0e79ac78e9963f5b276a4a2a /git
parentbfb0c792e21ba02d97afe55e4216d428caae1253 (diff)
downloaddotfiles-48ad3329c798dee9c1f00f04bb511d8fc85dda3f.tar.xz
git: Drop some unuseful options
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git')
-rw-r--r--git/config13
1 files changed, 0 insertions, 13 deletions
diff --git a/git/config b/git/config
index 2e2a4fe..d9bc2fd 100644
--- a/git/config
+++ b/git/config
@@ -33,9 +33,6 @@
fpush = push --force-with-lease
shortdesc = !git --no-pager log -1 --pretty='tformat:%h (%s, %ad)' --date=short
-[advice]
- detachedHead = false
-
[am]
messageid = true
@@ -49,22 +46,16 @@
status = true
[column]
- branch = never
- status = never
tag = auto dense
[commit]
verbose = true
[core]
- # never use an askpass even if $SSH_ASKPASS is set
- askpass =
- logAllRefUpdates = true
pager = less -x1,5
[diff]
renames = copies
- compactionHeuristic = true
[diff "gpg"]
textconv = gpg -v
@@ -93,14 +84,10 @@
tool = nvimdiff
conflictStyle = diff3
-[push]
- default = simple
-
[pull]
rebase = preserve
[repack]
- writebitmaps = true
autosquash = true
[receive]