diff options
Diffstat (limited to 'files')
| -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 |
