g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d94b827c404e2801797c97a830eecfc6d1489202 Author: Christian Lohmaier <lohmaier+libreoff...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits