Genovese-martijn

Results 1 issues of Genovese-martijn

When using the git.objects.submodules.base.Submodule.update method (https://gitpython.readthedocs.io/en/stable/reference.html#git.objects.submodule.base.Submodule.update), the git python module seems to fake a `git submodule` call with `git clone`. It executes ```git clone -n --separate-git-dir=/.git/modules/ -v /```. This command...

acknowledged
help wanted