From: Junio C Hamano Date: Mon, 27 Jun 2016 16:56:44 +0000 (-0700) Subject: Merge branch 'jk/fetch-prune-doc' X-Git-Tag: v2.10.0-rc0~186 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/47640538150d082482842104e1893bcbc07f575d?hp=0c068afd8cb4fa71431213f2a3adaea98435d456 Merge branch 'jk/fetch-prune-doc' * jk/fetch-prune-doc: fetch: document that pruning happens before fetching --- 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