All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: git-read-tree: separate links using commas
@ 2022-03-03 16:15 Nihal Jere
  2022-03-03 22:25 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Nihal Jere @ 2022-03-03 16:15 UTC (permalink / raw)
  To: git; +Cc: Nihal Jere

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: git-read-tree: separate links using commas
  2022-03-03 16:15 [PATCH] Documentation: git-read-tree: separate links using commas Nihal Jere
@ 2022-03-03 22:25 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2022-03-03 22:25 UTC (permalink / raw)
  To: Nihal Jere; +Cc: git

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-03 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 16:15 [PATCH] Documentation: git-read-tree: separate links using commas Nihal Jere
2022-03-03 22:25 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.