git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Doc: fix misleading asciidoc formating
@ 2019-03-05 21:44 Jean-Noël Avila
  2019-03-05 22:36 ` Jeff King
  2019-03-05 22:39 ` Junio C Hamano
  0 siblings, 2 replies; 10+ messages in thread
From: Jean-Noël Avila @ 2019-03-05 21:44 UTC (permalink / raw)
  To: git; +Cc: Jean-Noël Avila

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>
---
 Documentation/technical/directory-rename-detection.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/technical/directory-rename-detection.txt b/Documentation/technical/directory-rename-detection.txt
index 1c0086e287..844629c8c4 100644
--- a/Documentation/technical/directory-rename-detection.txt
+++ b/Documentation/technical/directory-rename-detection.txt
@@ -20,8 +20,8 @@ More interesting possibilities exist, though, such as:
   * one side of history renames x -> z, and the other renames some file to
     x/e, causing the need for the merge to do a transitive rename.
 
-  * one side of history renames x -> z, but also renames all files within
-    x.  For example, x/a -> z/alpha, x/b -> z/bravo, etc.
+  * one side of history renames x -> z, but also renames all files within x.
+    For example, x/a -> z/alpha, x/b -> z/bravo, etc.
 
   * both 'x' and 'y' being merged into a single directory 'z', with a
     directory rename being detected for both x->z and y->z.
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-06 23:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 21:44 [PATCH] Doc: fix misleading asciidoc formating Jean-Noël Avila
2019-03-05 22:36 ` Jeff King
2019-03-05 22:54   ` Junio C Hamano
2019-03-05 23:02     ` Jeff King
2019-03-05 23:11       ` Jeff King
2019-03-05 23:44         ` Junio C Hamano
2019-03-06  8:07           ` Jean-Noël Avila
2019-03-06 19:06             ` Jeff King
2019-03-06 23:39               ` Junio C Hamano
2019-03-05 22:39 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).