projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312a30e
)
git fetch documentation: describe short '-p' synonym to '--prune' option
author
Oren Held
<oren@held.org.il>
Tue, 13 Jul 2010 12:01:40 +0000
(15:01 +0300)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/fetch-options.txt
b/Documentation/fetch-options.txt
index 044ec882ccf9f8437862a5e59a3caee7030c36ae..9333c42c558464ce2430df39e9864f932e786b36 100644
(file)
--- a/
Documentation/fetch-options.txt
+++ b/
Documentation/fetch-options.txt
@@
-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.