From a367b8699de2cfcf03b9427d130ab49b8466aa68 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 13 May 2015 00:58:29 -0400 Subject: 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 --- Documentation/git-fast-import.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1