summaryrefslogtreecommitdiffstats
path: root/fetch-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
commit322c6244651c408d924f71f73effd8ed833916d3 (patch)
tree6e8cf8d283e2a923cc330b4b64eeb3c972341edd /fetch-options.txt
parent0762262193bb8a218def4fd749a68476d5337b5d (diff)
downloadgit-htmldocs-322c6244651c408d924f71f73effd8ed833916d3.tar.gz
Autogenerated HTML docs for v2.3.4-263-gf53fc
Diffstat (limited to 'fetch-options.txt')
-rw-r--r--fetch-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-options.txt b/fetch-options.txt
index b09a783ee..45583d845 100644
--- a/fetch-options.txt
+++ b/fetch-options.txt
@@ -68,7 +68,7 @@ endif::git-pull[]
By default, tags that point at objects that are downloaded
from the remote repository are fetched and stored locally.
This option disables this automatic tag following. The default
- behavior for a remote may be specified with the remote.<name>.tagopt
+ behavior for a remote may be specified with the remote.<name>.tagOpt
setting. See linkgit:git-config[1].
ifndef::git-pull[]