git command improvements for submotules

https://hachyderm.io/@unlambda/111942468084436716#.
main
Alpha Chen 7 months ago
parent ca433a0eca
commit 0dbb139f39
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -66,6 +66,7 @@
; compactionHeuristic = true ; compactionHeuristic = true
indentHeuristic = true indentHeuristic = true
colorMoved = default colorMoved = default
submodule = log
[fetch] [fetch]
prune = true prune = true
[tag] [tag]
@ -125,3 +126,5 @@
path = ~/.gitconfig.local path = ~/.gitconfig.local
[log] [log]
follow = true follow = true
[status]
submoduleSummary = true

Loading…
Cancel
Save