mirror of
https://github.com/git/git.git
synced 2026-04-10 00:40:14 +02:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
46c67492aa
commit
3eae30e464
@@ -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
|
||||
|
||||
@@ -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' '
|
||||
|
||||
Reference in New Issue
Block a user