From: Samir Benmendil Date: Sun, 23 Oct 2016 23:22:28 +0000 (+0100) Subject: git: show submodule summary in status X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/9c2d6207d41a80c9438aae9de4547c196f79cedf?ds=sidebyside git: show submodule summary in status Why is this not the default? --- 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