builtin-fetch: add --prune option
[gitweb.git] / Documentation / fetch-options.txt
index 93d73c3eeac1ba4938fed5f2fc7d9cc228a75e91..500637a08b9f45a14052d0273d4a79c4e91fddbd 100644 (file)
 --keep::
        Keep downloaded pack.
 
+ifndef::git-pull[]
+--multiple::
+       Allow several <repository> and <group> arguments to be
+       specified. No <refspec>s may be specified.
+
+--prune::
+       After fetching, remove any remote tracking branches which
+       no longer exist on the remote.
+endif::git-pull[]
+
 ifdef::git-pull[]
 --no-tags::
 endif::git-pull[]