-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitindex: respect flag -submodule (#208)
With this change we don't set `RepoCache` if `-submodule=false`; It turns out that we didn't respect the submodule flag, IE submodules was enabled by default. This caused issues, e.g. if a repository had an invalid .gitmodules file. I also wrapped some of the high-level calls that gitindex does to generate better error messages and speed-up future debugging.
- Loading branch information
1 parent
3c5cea3
commit 7ad19f6
Showing
3 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters