summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-06 23:09:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-06 23:09:23 (GMT)
commit3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3 (patch)
tree6cb61522e9475a429b0b97c08701dff2cc90d880 /t
parent7cb0d37f6dcf8b6f0e176c9080ee0e6a9ce52ab0 (diff)
parent3eae30e4649dd3174fdce7a92115c972763baa5b (diff)
downloadgit-3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3.zip
git-3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3.tar.gz
git-3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3.tar.bz2
Merge branch 'jk/lore-is-the-archive'
Doc update for the mailing list archiving and nntp service. * jk/lore-is-the-archive: doc: replace public-inbox links with lore.kernel.org doc: recommend lore.kernel.org over public-inbox.org
Diffstat (limited to 't')
-rwxr-xr-xt/t0021-conversion.sh4
-rwxr-xr-xt/t4038-diff-combined.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh
index c954c70..6c6d77b 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
diff --git a/t/t4038-diff-combined.sh b/t/t4038-diff-combined.sh
index b5a5689..9468083 100755
--- a/t/t4038-diff-combined.sh
+++ b/t/t4038-diff-combined.sh
@@ -354,7 +354,7 @@ test_expect_failure 'combine diff coalesce three parents' '
'
# Test for a bug reported at
-# https://public-inbox.org/git/20130515143508.GO25742@login.drsnuggles.stderr.nl/
+# https://lore.kernel.org/git/20130515143508.GO25742@login.drsnuggles.stderr.nl/
# where a delete lines were missing from combined diff output when they
# occurred exactly before the context lines of a later change.
test_expect_success 'combine diff missing delete bug' '