-
State changed as build #117 is successful
-
OneDev
changed state to 'Closed' 4 months ago
Previous Value Current Value Open
Closed
-
Wrongly closed the issue
-
Previous Value Current Value Closed
Open
-
State changed as build #127 (2.1.1) is successful
-
OneDev
changed state to 'Closed' 2 months ago
Previous Value Current Value Open
Closed
-
Previous Value Current Value Closed
Open
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I have a project that contains a submodule which is necessary for a successful build. I am unable to use
todbecause it only pushes the main repository and does nothing with submodules.I can think of the following solutions:
git rm --staged '<submodule-path>'. This will remove thegitlinkfrom the index and the submodule's section from.gitmodules, without removing the working tree files or the.git/moduleslocal repository, and it will also set the submodule to inactive in.git/config.Also, having
submodule.recurseorpush.recurseSubmodulesGit configs enabled results in errors whentodtries to push to the remote. These (and maybe other) options should be disabled fortod-run Git commands.