aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-04-08 15:40:36 +0500
committerAnton Bobov <anton@bobov.name>2026-04-16 16:33:32 +0500
commit509ff73c03ffa0e4590418552b868825c006ec38 (patch)
tree7bacb0f91e10704485caf2dc633084d39e4cd0ca
parent32708e5df71502da1e7f87fd2e68d3d17656ca8a (diff)
git: enhance gitconfig
-rw-r--r--files/.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig
index a88a1c3..aa68e66 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -30,6 +30,7 @@
light = true
syntax-theme = Solarized (light)
navigate = true
+ relative-paths = true
file-decoration-style = ol ul
hyperlinks = true
[interactive]
@@ -119,6 +120,7 @@
sort = -committerdate
[rebase]
instructionFormat = %s [%aN] {%ar}
+ stat = true
autoStash = true
updateRefs = true
autoSquash = true
@@ -165,6 +167,8 @@
prune = true
writeCommitGraph = true
all = true
+[submodule]
+ fetchJobs = 0
[column]
ui = auto