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 <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jean-Noël Avila committed
Mar 5, 2019 at 22:44 UTC
64eca306a2e093002a9207b8056e08ee02653dca
1 file changed
+2
-2
Documentation/technical/directory-rename-detection.txt
+2
-2
@@ -20,8 +20,8 @@ More interesting possibilities exist, though, such as:
20
* one side of history renames x -> z, and the other renames some file to
21
x/e, causing the need for the merge to do a transitive rename.
22
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.
25
26
* both 'x' and 'y' being merged into a single directory 'z', with a
27
directory rename being detected for both x->z and y->z.