diff options
author | Nihal Jere <nihal@nihaljere.xyz> | 2022-03-03 10:15:43 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-03 14:25:17 -0800 |
commit | 63a36017fec5ffe02bb24d14c3d87fae35fbfd34 (patch) | |
tree | 55dc61e51879e7acbddedfae861a3df982464c47 /Documentation/git-read-tree.txt | |
parent | Git 2.35.1 (diff) | |
download | tgif-63a36017fec5ffe02bb24d14c3d87fae35fbfd34.tar.xz |
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.txt | 4 |
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 --- |