From 0dbb139f395c429507363ce54f0f91be540748a7 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 16 Feb 2024 20:55:15 -0800 Subject: [PATCH] git command improvements for submotules https://hachyderm.io/@unlambda/111942468084436716#. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index b39acb4..e24dd51 100644 --- a/.gitconfig +++ b/.gitconfig @@ -66,6 +66,7 @@ ; compactionHeuristic = true indentHeuristic = true colorMoved = default + submodule = log [fetch] prune = true [tag] @@ -125,3 +126,5 @@ path = ~/.gitconfig.local [log] follow = true +[status] + submoduleSummary = true