From: Jeff King Date: Wed, 13 May 2015 04:58:29 +0000 (-0400) Subject: doc: fix length of underlined section-title X-Git-Tag: v2.4.3~11^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a367b8699de2cfcf03b9427d130ab49b8466aa68?hp=--cc doc: fix length of underlined section-title In AsciiDoc, it is OK to say: this is my title ------------------------- but AsciiDoctor is more strict. Let's match the underline to the title (which also makes the source prettier to read). The output from AsciiDoc is the same either way. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- a367b8699de2cfcf03b9427d130ab49b8466aa68 diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 690fed3ea4..bf7fbd45de 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -600,7 +600,7 @@ be removed from the branch. See `filemodify` above for a detailed description of ``. `filecopy` -^^^^^^^^^^^^ +^^^^^^^^^^ Recursively copies an existing file or subdirectory to a different location within the branch. The existing file or directory must exist. If the destination exists it will be completely replaced