gitconfig: Add submodule settings

This commit is contained in:
histalek 2021-06-27 19:18:10 +02:00
parent b37bfc8489
commit 198269f781
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -22,6 +22,9 @@
editor = vim editor = vim
excludesfile = ~/.gitignore_global excludesfile = ~/.gitignore_global
[diff]
submodule = log
[grep] [grep]
lineNumber = true lineNumber = true
extendRegexp = true extendRegexp = true
@ -49,3 +52,7 @@
[init] [init]
defaultBranch = main defaultBranch = main
[status]
submoduleSummary = true