[PATCH] Documentation: git-read-tree: separate links using commas
From: Nihal Jere <hidden>
Date: 2022-03-03 16:17:54
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Nihal Jere <hidden>
Date: 2022-03-03 16:17:54
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
This makes it consistent with the rest of the documentation. Signed-off-by: Nihal Jere <redacted> --- Documentation/git-read-tree.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 8c3aceb832..8cbf0c82f3 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt@@ -420,8 +420,8 @@ support. SEE ALSO -------- -linkgit:git-write-tree[1]; linkgit:git-ls-files[1]; -linkgit:gitignore[5]; linkgit:git-sparse-checkout[1]; +linkgit:git-write-tree[1], linkgit:git-ls-files[1], +linkgit:gitignore[5], linkgit:git-sparse-checkout[1] GIT ---
--
2.34.1