aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-06-08 21:38:08 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-08 21:38:25 +0100
commit64d3bcf7719c96dc3f4eb37feebe18e21532e976 (patch)
tree6c3193d6fb5fcef7140a8d6afb9ddf27772e2536
parentc864a4d8f89cea68e72a18798dc28c30ab5f01ef (diff)
downloaddotfiles-64d3bcf7719c96dc3f4eb37feebe18e21532e976.tar.gz
dotfiles-64d3bcf7719c96dc3f4eb37feebe18e21532e976.zip
Remove signing from git configuration
-rw-r--r--git/.gitconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 258ebe1..060f7b4 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -16,7 +16,7 @@
confirm = auto
[commit]
- gpgsign = true
+ gpgsign = false
[merge]
conflictstyle = diff3
@@ -26,10 +26,15 @@
[init]
defaultBranch = main
+
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
+
[pull]
rebase = true
+
+[status]
+ submoduleSummary = true