]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-fetch.txt
*config.txt: stick to camelCase naming convention
[thirdparty/git.git] / Documentation / git-fetch.txt
index 8deb61469d9cbd8786c27567851158c90c31aa8a..e62d9a0717f0d383535159c7d522bfb303855160 100644 (file)
@@ -26,7 +26,7 @@ By default, any tag that points into the histories being fetched is
 also fetched; the effect is to fetch tags that
 point at branches that you are interested in.  This default behavior
 can be changed by using the --tags or --no-tags options or by
-configuring remote.<name>.tagopt.  By using a refspec that fetches tags
+configuring remote.<name>.tagOpt.  By using a refspec that fetches tags
 explicitly, you can fetch tags that do not point into branches you
 are interested in as well.