]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: shorten https://lists.gnu.org/archive/html/... links
authorJim Meyering <meyering@fb.com>
Mon, 6 Nov 2017 14:26:41 +0000 (06:26 -0800)
committerJim Meyering <meyering@fb.com>
Wed, 8 Nov 2017 04:16:13 +0000 (20:16 -0800)
commit9d88182ce1bca71b270eace3f5ebbcfe220d0712
tree2becbeb3c9085cc1843c4ac7d974972ae260c29d
parentaebefc25f9adc5c3e5376a16e61d95e364ea282c
maint: shorten https://lists.gnu.org/archive/html/... links

Each /archive/html/ part can be replace with /r/.
Run this to induce the change:
git grep -l archive/html|xargs perl -pi -e 's,/archive/html/,/r/,g'
* TODO: Perform that substitution.
* bootstrap: Likewise.
* src/sort.c (sequential_sort): Likewise.
* src/tail.c (tail_file): Likewise.
* tests/misc/sort-merge-fdlimit.sh: Likewise.
* tests/misc/stty-row-col.sh: Likewise.
* tests/misc/unexpand.pl: Likewise.
* tests/rm/readdir-bug.sh: Likewise.
* tests/tail-2/inotify-rotate.sh: Likewise.
TODO
bootstrap
src/sort.c
src/tail.c
tests/misc/sort-merge-fdlimit.sh
tests/misc/stty-row-col.sh
tests/misc/unexpand.pl
tests/rm/readdir-bug.sh
tests/tail-2/inotify-rotate.sh