From f473de80078d17a4b8bf13f37b4df0def90d197f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Dec 2015 02:16:51 -0500 Subject: [PATCH] gitconfig: more tweaks --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 62ce442..a45d134 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,8 @@ frag = yellow bold whitespace = normal green meta = magenta +[diff] + renames = true [push] default = current [alias] @@ -48,6 +50,8 @@ st = status t = tag up = upload +[tag] + sort = version:refname [merge] conflictstyle = diff3 [rebase] @@ -59,4 +63,5 @@ chainreplyto = false confirm = always suppressfrom = true + suppresscc = author smtpserver = localhost:1111 -- 2.39.5