diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-01-30 14:17:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-30 14:17:11 -0800 |
commit | 4b69f2927165521df85cea1b90b982074d93c9ec (patch) | |
tree | bc9e52233324b6bc005e0b1ce49c5932f8172272 /Documentation | |
parent | Merge branch 'bc/actualmente' (diff) | |
parent | fetch: document and test --refmap="" (diff) | |
download | tgif-4b69f2927165521df85cea1b90b982074d93c9ec.tar.xz |
Merge branch 'ds/refmap-doc'
"git fetch --refmap=" option has got a better documentation.
* ds/refmap-doc:
fetch: document and test --refmap=""
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fetch-options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index a2f78624a2..a115a1ae0e 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/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:: |