]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/public-inbox-fetch.pod
No ext_urls
[public-inbox.git] / Documentation / public-inbox-fetch.pod
index 833df862b556348dbe944e996d05df87033e2ccf..c5e73d38c1ae3447fdcf4d56c18b9b9681c70401 100644 (file)
@@ -43,6 +43,15 @@ If you wish to re-enable fetches to the epoch:
 
 Quiets down progress messages, also passed to L<git-fetch(1)>.
 
+=item -T REMOTE
+
+=item --try-remote REMOTE
+
+Try a given remote name instead of C<origin> or C<_grokmirror>.
+May be specified more than once.
+
+Default: C<origin>, C<_grokmirror>
+
 =item --exit-code
 
 Exit with C<127> if no updates are done.  This can be used in
@@ -52,6 +61,12 @@ there are no updates:
        public-inbox-fetch -q --exit-code && public-inbox-index
        test $? -eq 0 || exit $?
 
+=item -p
+
+=item --prune
+
+Pass the C<--prune> and C<--prune-tags> flags to L<git-fetch(1)> calls.
+
 =item -v
 
 =item --verbose
@@ -62,7 +77,7 @@ Increases verbosity, also passed to L<git-fetch(1)>.
 
 =item --no-torsocks
 
-Whether to wrap L<git(1)> and L<curl(1)> commands with torsocks.
+Whether to wrap L<git(1)> and L<curl(1)> commands with L<torsocks(1)>.
 
 Default: C<auto>