fetch: document that pruning happens before fetching
This was changed in 10a6cc8 (fetch --prune: Run prune before fetching, 2014-01-02), but it seems that nobody in that discussion realized we were advertising the "after" explicitly. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jeff King committed
Jun 13, 2016 at 19:58 UTC
9e70233a17f158f499c60ff82c20c7646fde66e8
1 file changed
+1
-1
Documentation/fetch-options.txt
+1
-1
@@ -51,7 +51,7 @@ ifndef::git-pull[]
51
52
-p::
53
--prune::
54
- After fetching, remove any remote-tracking references that no
54
+ Before fetching, remove any remote-tracking references that no
55
longer exist on the remote. Tags are not subject to pruning
56
if they are fetched only because of the default tag
57
auto-following or due to a --tags option. However, if tags