Skip to content

Commit

Permalink
Adding git submodules the correct way (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Sep 13, 2011
1 parent 0ce04bd commit 8f882c4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule "bundle/phpcomplete"]
path = bundle/phpcomplete
url = git://github.com/shawncplus/phpcomplete.vim.git
1 change: 1 addition & 0 deletions bundle/command-t
Submodule command-t added at a353ea
1 change: 1 addition & 0 deletions bundle/phpcomplete
Submodule phpcomplete added at b26b46
1 change: 1 addition & 0 deletions bundle/tagbar
Submodule tagbar added at 3c0756
1 change: 1 addition & 0 deletions bundle/vim-fugitive
Submodule vim-fugitive added at 201bdd

0 comments on commit 8f882c4

Please sign in to comment.