diff options
author | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
commit | a27e83028b7943d26d881564ed446a2a4d374fed (patch) | |
tree | 017ffe78defa27275790c82249a581aef5d9eca6 /.gitconfig | |
parent | 01ef5403e983f5a4767cacf3ffe77a0fcea2139a (diff) |
Update to 02/20/25
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,7 +10,17 @@ chainreplyto = false confirm = auto +[rerere] + enabled = true + +[fetch] + writeCommitGraph = true + [pull] rebase = false [init] defaultBranch = master +[safe] + directory = * +[maintenance] + repo = /home/dholman/repositories/linux |