From c65fd9424befee15183a1866ae0a2411a7320d9f Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 19 Dec 2011 01:19:03 -0800 Subject: [PATCH] Added Extradite git log parser (use :Extradite with a file open) --- .gitmodules | 3 +++ README.md | 1 + vim/bundle/int3-vim-extradite | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/int3-vim-extradite diff --git a/.gitmodules b/.gitmodules index ec8d143..a87d0b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -169,3 +169,6 @@ [submodule "vim/bundle/AndrewRadev-splitjoin"] path = vim/bundle/AndrewRadev-splitjoin url = https://github.com/AndrewRadev/splitjoin.vim +[submodule "vim/bundle/int3-vim-extradite"] + path = vim/bundle/int3-vim-extradite + url = https://github.com/int3/vim-extradite diff --git a/README.md b/README.md index 5ba6134..6aa4f9e 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ Included vim plugins **Git** * fugitive - "a git wrapper so awesome, it should be illegal..". Try Gstatus and hit '-' to toggle files. Git 'd' to see a diff. Learn more: http://vimcasts.org/blog/2011/05/the-fugitive-series/ + * extradite - use :Extradite to get a really great git log browser. Only works when you have a file open. * GitGrep - much better than the grep provided with fugitive; use :GitGrep or hit K to grep current word **Colors** diff --git a/vim/bundle/int3-vim-extradite b/vim/bundle/int3-vim-extradite new file mode 160000 index 0000000..1906606 --- /dev/null +++ b/vim/bundle/int3-vim-extradite @@ -0,0 +1 @@ +Subproject commit 1906606b0e4d7d74764c1b0c1a3e24ed29338492