lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 74b6a13 1/2: Block a category of submodule up


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 74b6a13 1/2: Block a category of submodule update mistakes
Date: Fri, 16 Oct 2020 17:36:38 -0400 (EDT)

branch: master
commit 74b6a138088fbec9f5386662f59da1d9ec4a8f21
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Block a category of submodule update mistakes
    
    Setting "push.recurseSubmodules check" would have blocked
    commit 03f3e19afd352 of 20201015T2213Z and obviated
    commit b01ffaf88302a of 20201016T1254Z.
---
 lmi_setup_25.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lmi_setup_25.sh b/lmi_setup_25.sh
index 7c2a394..d0ff3d0 100755
--- a/lmi_setup_25.sh
+++ b/lmi_setup_25.sh
@@ -63,6 +63,7 @@ git config --global log.date iso8601-strict-local
 git config --global log.follow true
 git config --global pull.ff only
 git config --global push.default simple
+git config --global push.recurseSubmodules check
 if [ "greg" = "$(whoami)" ]; then
 git config --global user.email gchicares@sbcglobal.net
 git config --global user.name "Gregory W. Chicares"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]