We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a0bdb + 83b278e commit 0665904Copy full SHA for 0665904
Documentation/git-clone.adoc
@@ -288,9 +288,9 @@ corresponding `--mirror` and `--no-tags` options instead.
288
`remote.<remote>.tagOpt=--no-tags` configuration. This ensures that
289
future `git pull` and `git fetch` won't follow any tags. Subsequent
290
explicit tag fetches will still work (see linkgit:git-fetch[1]).
291
-
292
- By default, tags are cloned and passing `--tags` is thus typically a
293
- 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`.
294
+
295
Can be used in conjunction with `--single-branch` to clone and
296
maintain a branch with no references other than a single cloned
0 commit comments