From ca0d1fbf9b79fc84820b099fae730255e43f3633 Mon Sep 17 00:00:00 2001 From: yan Date: Sun, 1 Apr 2012 14:45:41 -0700 Subject: [PATCH] Replaced Extradite with gitv. Use :gitv * For optimal functionality, remove module: `rm -rf .yadr/vim/bundle/int3-vim-extradite` --- .gitmodules | 7 +++---- README.md | 3 ++- vim/bundle/gregsexton-gitv | 1 + vim/bundle/int3-vim-extradite | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) create mode 160000 vim/bundle/gregsexton-gitv delete mode 160000 vim/bundle/int3-vim-extradite diff --git a/.gitmodules b/.gitmodules index 11637d0a..49368d4a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -202,10 +202,6 @@ path = vim/bundle/AndrewRadev-splitjoin url = https://github.com/AndrewRadev/splitjoin.vim ignore=dirty -[submodule "vim/bundle/int3-vim-extradite"] - path = vim/bundle/int3-vim-extradite - url = https://github.com/int3/vim-extradite - ignore=dirty [submodule "vim/bundle/vim-scripts-argtextobj"] path = vim/bundle/vim-scripts-argtextobj url = https://github.com/vim-scripts/argtextobj.vim @@ -287,3 +283,6 @@ [submodule "vim/bundle/skwp-vim-conque"] path = vim/bundle/skwp-vim-conque url = https://github.com/skwp/vim-conque +[submodule "vim/bundle/gregsexton-gitv"] + path = vim/bundle/gregsexton-gitv + url = https://github.com/gregsexton/gitv diff --git a/README.md b/README.md index a53d40f1..873c68fe 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * `,hu` - Html Unescape * `Cmd-Shift-A` - align things (type a character/expression to align by, works in visual mode or by itself) * `:ColorCodes` - turn on #abc123 color highlighting (useful for css) + * `:gitv` - Git log browsers #### Comments @@ -391,7 +392,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke #### 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. + * gitv - use :gitv for a better git log browser * GitGrep - much better than the grep provided with fugitive; use :GitGrep or hit K to grep current word #### Colors diff --git a/vim/bundle/gregsexton-gitv b/vim/bundle/gregsexton-gitv new file mode 160000 index 00000000..64619e44 --- /dev/null +++ b/vim/bundle/gregsexton-gitv @@ -0,0 +1 @@ +Subproject commit 64619e4481736541188b61bf1363d922d57e2083 diff --git a/vim/bundle/int3-vim-extradite b/vim/bundle/int3-vim-extradite deleted file mode 160000 index 68d7b0bc..00000000 --- a/vim/bundle/int3-vim-extradite +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 68d7b0bcbaff7846265c8e9f431976634382db0c