From d94c5c2c56822f548f6e267cb2c2e09a6c10e973 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 Sep 2013 01:06:46 +1200 Subject: No longer using Fugitive git add -e is turning out to actually suit me better for diffs, and I don't use the rest of it anyway --- .gitmodules | 4 ---- vim/bundle/fugitive | 1 - 2 files changed, 5 deletions(-) delete mode 160000 vim/bundle/fugitive diff --git a/.gitmodules b/.gitmodules index b74978fa..2f2941dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "vim/bundle/fugitive"] - path = vim/bundle/fugitive - url = git://github.com/tpope/vim-fugitive.git - ignore = dirty [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen url = git://github.com/tpope/vim-pathogen.git diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive deleted file mode 160000 index 124550cf..00000000 --- a/vim/bundle/fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9 -- cgit v1.2.3