Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-09 20:14:21 +0300
committerJunio C Hamano <gitster@pobox.com>2019-04-09 20:14:21 +0300
commit081b08c45c88d21d869adea50cff9d83544418cf (patch)
tree6429cad37b6d1a3f820825d1dbf68b91d17dec83 /Documentation
parent0b2094b06b8e810ba21348179cb71122faeb9263 (diff)
parent64eca306a2e093002a9207b8056e08ee02653dca (diff)
Merge branch 'ja/dir-rename-doc-markup-fix'
Doc update. * ja/dir-rename-doc-markup-fix: Doc: fix misleading asciidoc formating
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/directory-rename-detection.txt4
1 files 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.