From b0f3c961b9039180adbceb563bab98f86c3cfcdc Mon Sep 17 00:00:00 2001 From: Vasili Sviridov Date: Sat, 8 Oct 2011 15:00:01 -0700 Subject: [PATCH] Added fugitive --- .gitmodules | 3 +++ bundle/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/fugitive diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6db0e57 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = git://github.com/tpope/vim-fugitive.git diff --git a/bundle/fugitive b/bundle/fugitive new file mode 160000 index 0000000..1b7e407 --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf