]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/txt2pre
t/*.t: localize $SIG{__WARN__} changes
[public-inbox.git] / Documentation / txt2pre
index 01b49379acc897f7f8a7409bb487925010567f61..c3a7657e6157a216c864d6f22bb1c514fe4eb817 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright (C) 2014-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2014-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Stupid script to make HTML from preformatted, utf-8 text versions,
@@ -46,6 +46,7 @@ for (qw[flock(2) setrlimit(2) vfork(2)]) {
 
 for (qw[git(1)
        git-am(1)
+       git-apply(1)
        git-config(1)
        git-daemon(1)
        git-fetch(1)
@@ -77,6 +78,8 @@ $xurls{'spamc(1)'} =
 $xurls{'grok-pull'} =
        'https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git' .
        '/tree/man/grok-pull.1.rst';
+$xurls{'git-filter-repo(1)'} = 'https://github.com/newren/git-filter-repo'.
+                       './blob/master/Documentation/git-filter-repo.txt';
 $xurls{'ssoma(1)'} = 'https://ssoma.public-inbox.org/ssoma.txt';
 $xurls{'cgitrc(5)'} = 'https://git.zx2c4.com/cgit/tree/cgitrc.5.txt';