diff options
| author | Anton Bobov <anton@bobov.name> | 2026-04-08 15:40:36 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-04-16 16:33:32 +0500 |
| commit | 509ff73c03ffa0e4590418552b868825c006ec38 (patch) | |
| tree | 7bacb0f91e10704485caf2dc633084d39e4cd0ca /files/.gitconfig | |
| parent | 32708e5df71502da1e7f87fd2e68d3d17656ca8a (diff) | |
git: enhance gitconfig
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 4 |
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 |
