gitconfig: add submodule configuration

This commit is contained in:
Aminda Suomalainen 2023-01-25 12:48:37 +02:00
parent 040707c171
commit 3e80de45a9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,7 @@
default = current
gpgSign = if-asked
autoSetupRemote = true
recurseSubmodules = on-demand
[credential]
helper = cache --timeout=86400
[merge]
@ -69,3 +70,7 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[status]
submodulesummary = 1
[submodule]
recurse = true

View File

@ -34,6 +34,7 @@
default = current
gpgSign = if-asked
autoSetupRemote = true
recurseSubmodules = on-demand
[credential]
helper = cache --timeout=86400
[merge]
@ -69,3 +70,7 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[status]
submodulesummary = 1
[submodule]
recurse = true