From 082a9b99e7fa2105da13a89c11e91c18463bcde7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 22 Aug 2019 21:21:21 -0500 Subject: [PATCH] Remove double word in docs --- doc/fugitive.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index a5a6166..99078a4 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -581,7 +581,7 @@ master^ The parent of the commit referenced by master master...other The merge base of master and other master: The tree referenced by master ./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 parent of HEAD :Makefile The file named Makefile in the index (writable)