Richard Hartmann
Richard Hartmann
How did you call it, exactly? This info is missing, but important.
OK. I can't promise to be able to look at it as I will leave for three weeks tomorrow morning...
Can you run it again, but set ``` export VCSH_DEBUG='1' ``` before doing it and paste full input and output? Thanks!
Thanks. Yes, it's a git limitation and I came to the conclusion that I can not safely work around it within the scope of vcsh. `git submodule` would normally use...
http://permalink.gmane.org/gmane.comp.version-control.git/200640
After some more talking on the ML, are you even certain using submodules will help you in any way? With vcsh, you may be able to just use it as...
This should be fixed since commit be8779f7ac9a3be9aa783df008d59082f4054f67 , the test case should work since 95e7705310bce3b2721ebf789776c170cf424abb . git v1.7.12 contains both commits; verification by someone who actively uses both submodules and...
Those commits are in git, not vcsh; something that seems to confuse github's parsing magic.
What do you mean, only one .gitmodules file? I assume those dumped into $HOME and thus conflict with each other. Can you force/set up a different name?
There's now a hook called `post-clone-retired` in the retire branch: https://github.com/RichiH/vcsh/compare/retire which allows running arbitrary clone commands after a clone. I am not sure how feasible that approach is for...