git-partial-submodule icon indicating copy to clipboard operation
git-partial-submodule copied to clipboard

Script for setting up and working with "partial" submodules (blobless clone, sparse checkout)

Results 4 git-partial-submodule issues
Sort by recently updated
recently updated
newest added

Do you think it would be possible to translate the python script to a `C` code for `git` eventually?

- handle relative submodule url - handle special branch '.'

Using relative pathes in .gitmodules like `[submodule "external/7z"]` ` path = external/7z` ` url = ../../external/7z.git` fails: `$ python3.8 ../git-partial-submodule.py clone` `fatal: repository '../../external/7z.git' does not exist` `Git command failed:...

Usual path separation characters include `:` and `;`. Spaces are commonly part of file and director names.