diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-06 15:09:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-06 15:09:23 -0800 |
commit | 3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3 (patch) | |
tree | 6cb61522e9475a429b0b97c08701dff2cc90d880 /t/t4038-diff-combined.sh | |
parent | 7cb0d37f6dcf8b6f0e176c9080ee0e6a9ce52ab0 (diff) | |
parent | 3eae30e4649dd3174fdce7a92115c972763baa5b (diff) | |
download | git-3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3.tar.gz |
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/t4038-diff-combined.sh')
-rwxr-xr-x | t/t4038-diff-combined.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4038-diff-combined.sh b/t/t4038-diff-combined.sh index b5a56895e8..94680836ce 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' ' |