aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-read-tree.txt
diff options
context:
space:
mode:
authorNihal Jere <nihal@nihaljere.xyz>2022-03-03 10:15:43 -0600
committerJunio C Hamano <gitster@pobox.com>2022-03-03 14:25:17 -0800
commit63a36017fec5ffe02bb24d14c3d87fae35fbfd34 (patch)
tree55dc61e51879e7acbddedfae861a3df982464c47 /Documentation/git-read-tree.txt
parent4c53a8c20f8984adb226293a3ffd7b88c3f4ac1a (diff)
downloadgit-63a36017fec5ffe02bb24d14c3d87fae35fbfd34.tar.gz
Documentation: git-read-tree: separate links using commas
This makes it consistent with the rest of the documentation. Signed-off-by: Nihal Jere <nihal@nihaljere.xyz> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-read-tree.txt')
-rw-r--r--Documentation/git-read-tree.txt4
1 files 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
---