summaryrefslogtreecommitdiff
path: root/t/t0021-conversion.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-11-27 12:54:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-30 17:12:26 (GMT)
commit3eae30e4649dd3174fdce7a92115c972763baa5b (patch)
tree0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /t/t0021-conversion.sh
parent46c67492aa3ab2779f9322790ca8fffcd5bfaa80 (diff)
downloadgit-3eae30e4649dd3174fdce7a92115c972763baa5b.zip
git-3eae30e4649dd3174fdce7a92115c972763baa5b.tar.gz
git-3eae30e4649dd3174fdce7a92115c972763baa5b.tar.bz2
doc: replace public-inbox links with lore.kernel.org
Since we're now recommending lore.kernel.org (and because the public-inbox.org domain might eventually go away), let's update our internal references to use it, too. That future-proofs our references, and sets the example we want people to follow. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0021-conversion.sh')
-rwxr-xr-xt/t0021-conversion.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh
index e10f5f7..e48ae29 100755
--- a/t/t0021-conversion.sh
+++ b/t/t0021-conversion.sh
@@ -35,7 +35,7 @@ filter_git () {
# Compare two files and ensure that `clean` and `smudge` respectively are
# called at least once if specified in the `expect` file. The actual
# invocation count is not relevant because their number can vary.
-# c.f. http://public-inbox.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
+# c.f. http://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
test_cmp_count () {
expect=$1
actual=$2
@@ -50,7 +50,7 @@ test_cmp_count () {
# Compare two files but exclude all `clean` invocations because Git can
# call `clean` zero or more times.
-# c.f. http://public-inbox.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
+# c.f. http://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
test_cmp_exclude_clean () {
expect=$1
actual=$2