aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-02-26 23:56:51 +0500
committerAnton Bobov <anton@bobov.name>2025-02-26 23:56:51 +0500
commit473c0a7be3a94a4c2d327d8539b9f203e4bfdd48 (patch)
tree63fb079271978947c84c246ec9e568fbe8bd6849
parent308d802423b04bb33a113986d566cd29da5c3819 (diff)
git: Update config
-rw-r--r--files/.gitconfig9
1 files changed, 9 insertions, 0 deletions
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:"]