From: Mike Frysinger Date: Sat, 19 Dec 2015 07:16:51 +0000 (-0500) Subject: gitconfig: more tweaks X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f473de80078d17a4b8bf13f37b4df0def90d197f;p=home.git gitconfig: more tweaks --- 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