[Libreoffice-commits] core.git: g
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Tue May 17 12:31:30 UTC 2016
g | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d94b827c404e2801797c97a830eecfc6d1489202
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon May 9 16:06:38 2016 +0200
it is "git submodule", not "git submodules"
diff --git a/g b/g
index 69b0812..3d2a37d 100755
--- a/g
+++ b/g
@@ -220,7 +220,7 @@ local module
if [ -f .gitmodules ] ; then
git submodule update
if [ -n "$branch" ] ; then
- git submodules foreach git checkout -b ${branch} HEAD || return $?
+ git submodule foreach git checkout -b ${branch} HEAD || return $?
fi
else
# now that is the nasty case we moved prior to submodules
More information about the Libreoffice-commits
mailing list