fetch: allow explicit --refmap to override configuration
[gitweb.git] / Documentation / git-fetch.txt
index 7f818c348b35b342e1892196bac0dc22f268f5d6..629a1cfe004efe52854390351999ecd84b12ce29 100644 (file)
@@ -95,6 +95,10 @@ This configuration is used in two ways:
   only used to decide _where_ the refs that are fetched are stored
   by acting as a mapping.
 
+The latter use of the `remote.<repository>.fetch` values can be
+overridden by giving the `--refmap=<refspec>` parameter(s) on the
+command line.
+
 
 EXAMPLES
 --------