aboutsummaryrefslogtreecommitdiff
path: root/files/.gitconfig
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2024-03-29 20:55:29 +0500
committerAnton Bobov <anton@bobov.name>2024-03-29 21:03:03 +0500
commitd3f73a74a1e993284c424a1fdceb71d511c21d17 (patch)
tree90ab126c83b457ec18b87328bbe1df49b7ae3504 /files/.gitconfig
parent915cb1b4a47bdba2e7dc744ce8e3b86af9eb2c8d (diff)
[git] Update config
Diffstat (limited to 'files/.gitconfig')
-rw-r--r--files/.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig
index 796a37f..636e5d3 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -22,6 +22,7 @@
algorithm = histogram
tool = vimdiff
colorMoved = true
+ submodule = log
[difftool]
prompt = false
[difftool "difftastic"]
@@ -127,6 +128,7 @@
[push]
followTags = true
gpgSign = if-asked
+ autoSetupRemote = true
[guitool "meld"]
cmd = meld $FILENAME
noconsole = yes
@@ -146,6 +148,7 @@
cmd = vim -c \"Gdiff\" \"$MERGED\"
[fetch]
prune = true
+ writeCommitGraph = true
# Allow pushing changes when working with a "read-only" remote from GitHub.
[url "git@github.com:"]