diff options
author | Jeff King <peff@peff.net> | 2019-11-27 13:54:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-30 18:12:26 +0100 |
commit | 3eae30e4649dd3174fdce7a92115c972763baa5b (patch) | |
tree | 0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /t/t0021-conversion.sh | |
parent | doc: recommend lore.kernel.org over public-inbox.org (diff) | |
download | git-3eae30e4649dd3174fdce7a92115c972763baa5b.tar.xz git-3eae30e4649dd3174fdce7a92115c972763baa5b.zip |
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-x | t/t0021-conversion.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh index e10f5f787f..e48ae29b55 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 |