Skip to content

Commit 83b278e

Browse files
Martin Ågrengitster
Martin Ågren
authored andcommitted
git-clone doc: fix indentation
Commit bc26f76 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bc26f76 commit 83b278e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-clone.txt

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

0 commit comments

Comments
 (0)