mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 21:03:53 -05:00
Remove double word in docs
This commit is contained in:
@@ -581,7 +581,7 @@ master^ The parent of the commit referenced by master
|
|||||||
master...other The merge base of master and other
|
master...other The merge base of master and other
|
||||||
master: The tree referenced by master
|
master: The tree referenced by master
|
||||||
./master The file named master in the working directory
|
./master The file named master in the working directory
|
||||||
:(top)master The file named master in the the work tree
|
:(top)master The file named master in the work tree
|
||||||
Makefile The file named Makefile in the work tree
|
Makefile The file named Makefile in the work tree
|
||||||
@^:Makefile The file named Makefile in the parent of HEAD
|
@^:Makefile The file named Makefile in the parent of HEAD
|
||||||
:Makefile The file named Makefile in the index (writable)
|
:Makefile The file named Makefile in the index (writable)
|
||||||
|
|||||||
Reference in New Issue
Block a user