diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-27 09:56:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-27 09:56:44 -0700 |
commit | 47640538150d082482842104e1893bcbc07f575d (patch) | |
tree | b626fb6b9e4d3f149ccc2388b9cc70a2a2771ece /Documentation/fetch-options.txt | |
parent | 0c068afd8cb4fa71431213f2a3adaea98435d456 (diff) | |
parent | 9e70233a17f158f499c60ff82c20c7646fde66e8 (diff) | |
download | git-47640538150d082482842104e1893bcbc07f575d.tar.gz |
Merge branch 'jk/fetch-prune-doc'
* jk/fetch-prune-doc:
fetch: document that pruning happens before fetching
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r-- | Documentation/fetch-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 036edfb099..b05a8341e8 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -52,7 +52,7 @@ ifndef::git-pull[] -p:: --prune:: - After fetching, remove any remote-tracking references that no + Before fetching, remove any remote-tracking references that no longer exist on the remote. Tags are not subject to pruning if they are fetched only because of the default tag auto-following or due to a --tags option. However, if tags |