Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync submodule recursively #305

Merged
merged 1 commit into from Mar 26, 2013
Merged

Sync submodule recursively #305

merged 1 commit into from Mar 26, 2013

Commits on Mar 16, 2013

  1. Sync submodule recursively

    Submodule may have its own submodules, and the sub-sub-module url may be
    changed.
    Thus, if `submodule update --recursive` is done without url sync,
    sub-sub-module may fail to find appropriate commit.
    This patch fixes the problem by `git submodule update` locally
    before recursive sync.
    klutzy committed Mar 16, 2013
You can’t perform that action at this time.