From 473c0a7be3a94a4c2d327d8539b9f203e4bfdd48 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 26 Feb 2025 23:56:51 +0500 Subject: git: Update config --- files/.gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/files/.gitconfig b/files/.gitconfig index d2d3cbd..b4fc4a7 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -4,8 +4,10 @@ signingkey = B4DCCEF7CE0E6AF3 [commit] gpgsign = true + verbose = true [tag] gpgsign = true + sort = version:refname [http] sslVerify = false [color "diff-highlight"] @@ -23,6 +25,7 @@ tool = vimdiff colorMoved = true submodule = log + mnemonicprefix = true [diff-so-fancy] stripLeadingSymbols = false markEmptyLines = false @@ -39,6 +42,7 @@ [log] decorate = short mailmap = true + date = iso-local [alias] aa = add --all amend = commit --amend @@ -108,6 +112,7 @@ instructionFormat = %s [%aN] {%ar} autoStash = true updateRefs = true + autoSquash = true [rerere] autoUpdate = true enabled = true @@ -148,6 +153,10 @@ [fetch] prune = true writeCommitGraph = true + pruneTags = true + all = true +[column] + ui = auto # Allow pushing changes when working with a "read-only" remote from GitHub. [url "git@github.com:"] -- cgit v1.2.3