From b5ce6ef63a7ebc381b9c525f61ea8f8362b429a8 Mon Sep 17 00:00:00 2001 From: hustcalm Date: Mon, 29 Oct 2012 23:17:39 +0800 Subject: [PATCH] new submodule fugitive added --- .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 00000000..6db0e573 --- /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 00000000..3f703b6e --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 3f703b6e03c4a6f28fa9f520a85374da86efc253