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

Remove unused submodules directories. #243

Merged
merged 1 commit into from Feb 6, 2013
Merged

Commits on Feb 5, 2013

  1. Remove unused submodules directories.

    Running `rake install`, runs the `:submodule_init` task,
    which in turn runs the following command:
    
        git submodule update --init --recursive
    
    This fails with the following couple of errors (separately):
    
        No submodule mapping found in .gitmodules for path 'vim/bundle/mattn-zencoding-vim'
        No submodule mapping found in .gitmodules for path 'vim/bundle/skwp-vim-indexed-search'
    
    This was introduced by 3d60f72
    which removed the 'mattn/zencoding-vim' and 'skwp/vim-indexed-search'
    submodules from the `.gitmodules`.
    gonzedge committed Feb 5, 2013
    Copy the full SHA
    7d05f27 View commit details
    Browse the repository at this point in the history