Skip to content

Commit 64eca30

Browse files
jnavilagitster
authored andcommitted
Doc: fix misleading asciidoc formating
The end of sentence in "x." at the begining of a line misleads ascidoctor into interpreting it as the start of numbered sub-list. Signed-off-by: Jean-Noël Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d34dff commit 64eca30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/directory-rename-detection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ More interesting possibilities exist, though, such as:
2020
* one side of history renames x -> z, and the other renames some file to
2121
x/e, causing the need for the merge to do a transitive rename.
2222

23-
* one side of history renames x -> z, but also renames all files within
24-
x. For example, x/a -> z/alpha, x/b -> z/bravo, etc.
23+
* one side of history renames x -> z, but also renames all files within x.
24+
For example, x/a -> z/alpha, x/b -> z/bravo, etc.
2525

2626
* both 'x' and 'y' being merged into a single directory 'z', with a
2727
directory rename being detected for both x->z and y->z.

0 commit comments

Comments
 (0)