You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another may be issued here of recursed submodules w/o links creation is that you can never make them always up to date pointing the last commit. One of submodules would always be out of date pointing the previous commit.
A -> B
B -> A
The gil pull on A will make unstaged changes for it. Then, the A push make the B out of date. The git pull on B will make unstaged changes for it. Then, the B push make the A out of date. And so on..
So in case of looped submodules, one will always has unstaged changes.
The text was updated successfully, but these errors were encountered:
If call gil update first time from not Administrator console:
There always shall be unstaged changes.
If call gil update first time from Administrator console:
The gil status, git status, git commit from any console (from Administrator console particularly for gil status there would be 3 recursive call lists instead of 1 as from not Administrator console) shall fall into infinite recursion: error: cannot spawn git: Filename too long #9
Another may be issued here of recursed submodules w/o links creation is that you can never make them always up to date pointing the last commit. One of submodules would always be out of date pointing the previous commit.
The
gil pull
onA
will make unstaged changes for it. Then, theA
push make theB
out of date. Thegit pull
onB
will make unstaged changes for it. Then, theB
push make theA
out of date. And so on..So in case of looped submodules, one will always has unstaged changes.
The text was updated successfully, but these errors were encountered: