diff mbox series

Documentation: git-read-tree: separate links using commas

Message ID 20220303161542.11616-1-nihal@nihaljere.xyz (mailing list archive)
State Accepted
Commit 63a36017fec5ffe02bb24d14c3d87fae35fbfd34
Headers show
Series Documentation: git-read-tree: separate links using commas | expand

Commit Message

Nihal Jere March 3, 2022, 4:15 p.m. UTC
This makes it consistent with the rest of the documentation.

Signed-off-by: Nihal Jere <nihal@nihaljere.xyz>
---
 Documentation/git-read-tree.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Junio C Hamano March 3, 2022, 10:25 p.m. UTC | #1
Nihal Jere <nihal@nihaljere.xyz> writes:

> This makes it consistent with the rest of the documentation.

Indeed it does.  Thanks, will queue.

>
> Signed-off-by: Nihal Jere <nihal@nihaljere.xyz>
> ---
>  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
>  ---
diff mbox series

Patch

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
 ---