diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:06:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:06:44 -0700 |
commit | 1c22105f2ce6795035f4d030325127dab9736caa (patch) | |
tree | c2b5aa110206bc0cdd2ff9e855ad0d5dd0be13d2 | |
parent | Merge branch 'pc/occurred' into maint (diff) | |
parent | fetch: document that pruning happens before fetching (diff) | |
download | tgif-1c22105f2ce6795035f4d030325127dab9736caa.tar.xz |
Merge branch 'jk/fetch-prune-doc' into maint
Minor doc update.
* jk/fetch-prune-doc:
fetch: document that pruning happens before fetching
-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 |