From: Nihal Jere Date: Thu, 3 Mar 2022 16:15:43 +0000 (-0600) Subject: Documentation: git-read-tree: separate links using commas X-Git-Tag: v2.36.0-rc0~73^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63a36017fec5ffe02bb24d14c3d87fae35fbfd34;p=thirdparty%2Fgit.git Documentation: git-read-tree: separate links using commas This makes it consistent with the rest of the documentation. Signed-off-by: Nihal Jere Signed-off-by: Junio C Hamano --- 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 ---