From 9c2d6207d41a80c9438aae9de4547c196f79cedf Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 24 Oct 2016 00:22:28 +0100 Subject: [PATCH] git: show submodule summary in status Why is this not the default? --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index f3865cf..0e41b1f 100644 --- a/git/config +++ b/git/config @@ -29,3 +29,5 @@ [rebase] autostash = true autosquash = true +[status] + submodulesummary = true -- 2.48.1