From 48ad3329c798dee9c1f00f04bb511d8fc85dda3f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 21 Jan 2018 15:29:33 +0100 Subject: git: Drop some unuseful options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 13 ------------- 1 file changed, 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] -- cgit v1.2.3-54-g00ecf