From 7d05f27fd753e4c922c397f9cb575f8a4cb6f7e1 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Tue, 5 Feb 2013 03:46:46 -0400 Subject: [PATCH] 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 3d60f721dd53e7f5414d11004c749784efc74f64 which removed the 'mattn/zencoding-vim' and 'skwp/vim-indexed-search' submodules from the `.gitmodules`. --- vim/bundle/mattn-zencoding-vim | 1 - vim/bundle/skwp-vim-indexed-search | 1 - 2 files changed, 2 deletions(-) delete mode 160000 vim/bundle/mattn-zencoding-vim delete mode 160000 vim/bundle/skwp-vim-indexed-search diff --git a/vim/bundle/mattn-zencoding-vim b/vim/bundle/mattn-zencoding-vim deleted file mode 160000 index ac43ff8..0000000 --- a/vim/bundle/mattn-zencoding-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ac43ff8cd9e28d203e44c74a796fae8f5a8ed390 diff --git a/vim/bundle/skwp-vim-indexed-search b/vim/bundle/skwp-vim-indexed-search deleted file mode 160000 index 3c2fe16..0000000 --- a/vim/bundle/skwp-vim-indexed-search +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c2fe16dd2ed0cdc5a9d58e75879e4c2566c41ab