]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-clone doc: fix indentation
authorMartin Ågren <martin.agren@gmail.com>
Mon, 10 Mar 2025 11:07:56 +0000 (12:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Mar 2025 16:55:00 +0000 (09:55 -0700)
Commit bc26f7690a (clone: make it possible to specify --tags,
2025-02-06) added a new paragraph in the middle of this list item. By
adding an empty line rather than using a list continuation, we broke the
list continuation, with the new paragraph ending up funnily indented.

Restore the chain of list continuations.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt

index 8d0476f6dcaf6fed7ccd48a20398556dd4e20722..ebfb60888519d99cc799df753eef7357c7a5297e 100644 (file)
@@ -279,9 +279,9 @@ corresponding `--mirror` and `--no-tags` options instead.
        `remote.<remote>.tagOpt=--no-tags` configuration. This ensures that
        future `git pull` and `git fetch` won't follow any tags. Subsequent
        explicit tag fetches will still work (see linkgit:git-fetch[1]).
-
-       By default, tags are cloned and passing `--tags` is thus typically a
-       no-op, unless it cancels out a previous `--no-tags`.
++
+By default, tags are cloned and passing `--tags` is thus typically a
+no-op, unless it cancels out a previous `--no-tags`.
 +
 Can be used in conjunction with `--single-branch` to clone and
 maintain a branch with no references other than a single cloned