On Saturday 04 of May 2013 20:30:51 Darrell Anderson wrote:
I use the switch_all_submodules_to_head_and_clean script to update my local GIT repository. After the script displays the "Preparing $PWD for development use" message, there is an almost four minute delay before the script resumes. Is this delay normal?
Darrell
In the scripts I added checking for git ability, so that it can be returned to use flag --ignore-submodules (removed in commit c2cf6015, returned in commit 7e23a1ee). This can significantly speed up the script.
Slavek --