From 509ff73c03ffa0e4590418552b868825c006ec38 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 8 Apr 2026 15:40:36 +0500 Subject: git: enhance gitconfig --- files/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files/.gitconfig') 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 -- cgit v1.2.3