X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Ftxt2pre;h=dcef4b6cc83e541bb43adbcdcd7dd0e0c2397ce5;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=01b49379acc897f7f8a7409bb487925010567f61;hpb=e140e7bbef7ec519e5b01be924dd9a38cda25a48;p=public-inbox.git diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 01b49379..dcef4b6c 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2014-2019 all contributors +# Copyright (C) 2014-2020 all contributors # License: AGPL-3.0+ # # Stupid script to make HTML from preformatted, utf-8 text versions, @@ -77,6 +77,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';