Skip to content

Commit a367b86

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a8a19e commit a367b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-fast-import.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ be removed from the branch.
600600
See `filemodify` above for a detailed description of `<path>`.
601601

602602
`filecopy`
603-
^^^^^^^^^^^^
603+
^^^^^^^^^^
604604
Recursively copies an existing file or subdirectory to a different
605605
location within the branch. The existing file or directory must
606606
exist. If the destination exists it will be completely replaced

0 commit comments

Comments
 (0)