summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-30 15:21:18 -0800
committerJunio C Hamano <gitster@pobox.com>2020-01-30 15:21:18 -0800
commitbee061d2412e903308bc5c13b81b88fe76b57bcf (patch)
tree11d0a7af62bc4e6691f58982e31dce59c4c3f70a /git-fetch.html
parent29eab9abf58219b768ebdb67a245f995df47c97f (diff)
downloadgit-htmldocs-bee061d2412e903308bc5c13b81b88fe76b57bcf.tar.gz
Autogenerated HTML docs for v2.25.0-114-g5b0ca
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 616b26627..9ae7c8ed8 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1013,7 +1013,10 @@ documented in <a href="git-config.html">git-config(1)</a>.</p></div>
specified refspec (can be given more than once) to map the
refs to remote-tracking branches, instead of the values of
<code>remote.*.fetch</code> configuration variables for the remote
- repository. See section on "Configured Remote-tracking
+ repository. Providing an empty <code>&lt;refspec&gt;</code> to the
+ <code>--refmap</code> option causes Git to ignore the configured
+ refspecs and rely entirely on the refspecs supplied as
+ command-line arguments. See section on "Configured Remote-tracking
Branches" for details.
</p>
</dd>