mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-16 07:13:52 -05:00
:Gdiff does a three-way during a conflict
This commit is contained in:
@@ -92,9 +92,12 @@ that are part of Git repositories).
|
||||
the index.
|
||||
|
||||
*fugitive-:Gdiff*
|
||||
:Gdiff [revision] Perform a |vimdiff| the current file against the index
|
||||
or the given revision. Use |do| and |dp| and write to
|
||||
the index file to simulate git add -p.
|
||||
:Gdiff [revision] Perform a |vimdiff| against the current file in the
|
||||
given revision. With no argument, the version in the
|
||||
index is used (which means a three-way diff during a
|
||||
merge conflict, making it a git mergetool
|
||||
alternative). Use |do| and |dp| and write to the
|
||||
index file to simulate git add -p.
|
||||
|
||||
*fugitive-:Gmove*
|
||||
:Gmove {destination} Wrapper around git-mv that renames the buffer
|
||||
|
||||
Reference in New Issue
Block a user