From ca0a7f095e5f2c018edd22570be70066ca057e6f Mon Sep 17 00:00:00 2001 From: Nick Caldwell Date: Wed, 31 Aug 2011 23:36:58 +1000 Subject: [PATCH] install fugitive.vim bundle as a submodule --- .DS_Store | Bin 6148 -> 6148 bytes .gitmodules | 3 +++ bundle/fugitive | 1 + 3 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/fugitive diff --git a/.DS_Store b/.DS_Store index cda51651cd604456b7b35c61b3fa6d6bcb5fa17a..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 100644 GIT binary patch delta 70 zcmZoMXfc=|#>AjHu~2NHo+1YW5HK<@2yA}HsK&PW17jECW_AvK4xj>{$am(+{342+ UKzW7)kiy9(Jj$D6L{=~Z075el%K!iX delta 289 zcmZoMXfc=|#>B`mF;Q%yo}wrt0|NsP3otO`Fyu2NGNdGx7Z*%STt3-Agr%MXC{W5! z0+c|KOv=em0%}^HRFIQdTw-8wjgg6&g_Vt+gM*8MCnh{IFD1X+DZex?r8qh`BfmU2 zGbJ@Cu_zYIE=epYEp|#Q0?Py>mSg~B!0eFx{2U-V2C6zdGo>UW-d8}Py4u9VOh>`6 zR!5=Q(8$6N$TTo8tF7haW05&FmXP(S2qR7ewRHHE2P(*mMhsYjg0D$mG#Q*>R diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..43daf86 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = http://github.com/tpope/vim-fugitive.git diff --git a/bundle/fugitive b/bundle/fugitive new file mode 160000 index 0000000..1de030e --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 1de030e2d0919d8e8f6ea15df702e0e42e2e43a4