If the repository is auto-discovered via a .git file (e.g. from submodules, or a linked worktree), the .git location would be the final location where the .git directory is, not where the .git file is. The pattern can contain standard globbing wildcards and two additional ones, **/...
If you have multiple submodules, you’ll have multiple entries in this file. It’s important to note that this file is version-controlled with your other files, like your.gitignorefile. It’s pushed and pulled with the rest of your project. This is how other people who clone this projec...
It would be nice if there were any kind of update on this - it has been in the pipeline for years, and the experience of working with git repos using submodules from within Visual Studio is terrible. It frankly can not be used without an external tool/ command line. 4 Jun 06...
Terraform needs to run git submodule update here because otherwise submodules in the indicated repository would not work. For a repository that doesn't have submodules at all this command would be a no-op, but I suppose as you've seen it can raise errors if your repository does contain su...
Does the repository include absurdly long path names? That's probably not going to work well with other tools. One or two hundred characters should be enough, even if you're writing Java. Are there other bizarre and questionable things in the repository?
* "git clone --filter=... --recurse-submodules" only makes the top-level a partial clone, while submodules are fully cloned. This behaviour is changed to pass the same filter down to the submodules. * With the fixes for CVE-2022-24765 that are common with versions of ...
* "git clone --filter=... --recurse-submodules" only makes the top-level a partial clone, while submodules are fully cloned. This behaviour is changed to pass the same filter down to the submodules. Note to those who build from the source ...
git-update-index(1) and git-add(1) will not change the recorded type to regular file. Useful on filesystems like FAT that do not support symbolic links. The default is true, except git-clone(1) or git-init(1) will probe and set core.symlinks false if appropriate when the repository...
Subtrees allow subprojects to be included within a subdirectory of the main project, optionally including the subproject’s entire history. For example, you could include the source code for a library as a subdirectory of your application. Subtrees are not to be confused with submodules, which ...
roll back to 13.12.2 does not help :-( git clone https://private_token:XXXXXX@git.../repo.gitCloning into 'repo'...remote: HTTP Basic: Access deniedfatal: Authentication failed for 'https://private_token:XXXXXX@git.../repo.git' production...