From: Oren Held Date: Tue, 13 Jul 2010 12:01:40 +0000 (+0300) Subject: git fetch documentation: describe short '-p' synonym to '--prune' option X-Git-Tag: v1.7.2-rc3~3^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b79d1c2a8a90419238f7213870ab1dc465082fe;p=git.git git fetch documentation: describe short '-p' synonym to '--prune' option It's already implemented, just undocumented. Signed-off-by: Oren Held Signed-off-by: Junio C Hamano --- diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 044ec882c..9333c42c5 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -34,6 +34,7 @@ ifndef::git-pull[] Allow several and arguments to be specified. No s may be specified. +-p:: --prune:: After fetching, remove any remote tracking branches which no longer exist on the remote.