fetch: document that pruning happens before fetching
authorJeff King <peff@peff.net>
Mon, 13 Jun 2016 23:58:51 +0000 (19:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Jun 2016 17:56:27 +0000 (10:56 -0700)
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>
Documentation/fetch-options.txt
index 45583d8454b4cae9bdb2ddb904c077cf1d3a1223..dfbc8ad0dfbcf9a01cf6f902d007c08d8934541a 100644 (file)
@@ -51,7 +51,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