]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git fetch documentation: describe short '-p' synonym to '--prune' option
authorOren Held <oren@held.org.il>
Tue, 13 Jul 2010 12:01:40 +0000 (15:01 +0300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jul 2010 16:13:34 +0000 (09:13 -0700)
It's already implemented, just undocumented.

Signed-off-by: Oren Held <orenhe@il.ibm.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.txt

index 044ec882ccf9f8437862a5e59a3caee7030c36ae..9333c42c558464ce2430df39e9864f932e786b36 100644 (file)
@@ -34,6 +34,7 @@ ifndef::git-pull[]
        Allow several <repository> and <group> arguments to be
        specified. No <refspec>s may be specified.
 
+-p::
 --prune::
        After fetching, remove any remote tracking branches which
        no longer exist on the remote.