From 692e402257dc1fafc432c7156f1b1a5186366989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sat, 31 Oct 2020 07:39:59 +0100 Subject: [PATCH] commit with -a --- bin/git-myshellconfig-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-myshellconfig-checkout b/bin/git-myshellconfig-checkout index dc71945..0aa0346 100755 --- a/bin/git-myshellconfig-checkout +++ b/bin/git-myshellconfig-checkout @@ -117,7 +117,7 @@ if ${MYSHELLCONFIG_GIT_SUBMODULES_UPDATE-${MYSHELLCONFIG_GIT_SUBMODULES_UPDATE_D # logdebug "$($SGIT submodule sync)" || { logwarn "sync submodules failed on sync"; rc=6; } logdebug "$($SGIT submodule update --remote)" #logdebug "$($SGIT submodule update --init --recursive)" - logdebug "$($SGIT commit .gitmodules -m 'update submodules')" + logdebug "$($SGIT commit .gitmodules -a -m 'update submodules')" #$SGIT submodule update --init --remote --merge 1>>"${MYSHELLCONFIG_LOGFILE}" 2>&1 || { logwarn " update submodules failed on update"; rc=9; } #$SGIT checkout .gitmodules logdebug "submodules updated successfully"