summaryrefslogtreecommitdiffstats
path: root/fetch-options.txt
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 /fetch-options.txt
parent29eab9abf58219b768ebdb67a245f995df47c97f (diff)
downloadgit-htmldocs-bee061d2412e903308bc5c13b81b88fe76b57bcf.tar.gz
Autogenerated HTML docs for v2.25.0-114-g5b0ca
Diffstat (limited to 'fetch-options.txt')
-rw-r--r--fetch-options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/fetch-options.txt b/fetch-options.txt
index a2f78624a..a115a1ae0 100644
--- a/fetch-options.txt
+++ b/fetch-options.txt
@@ -139,7 +139,10 @@ ifndef::git-pull[]
specified refspec (can be given more than once) to map the
refs to remote-tracking branches, instead of the values of
`remote.*.fetch` configuration variables for the remote
- repository. See section on "Configured Remote-tracking
+ repository. Providing an empty `<refspec>` to the
+ `--refmap` 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.
-t::