Skip to content

Commit dcee037

Browse files
Denton-Lgitster
authored andcommitted
doc: replace MARC links with lore.kernel.org
Since we're now recommending lore.kernel.org, replace marc.info links with lore.kernel.org. Although MARC has been around for a long time, nothing lasts forever (see Gmane). Since MARC uses opaque message identifiers, switching to lore.kernel.org should be a strict improvement since, even if lore.kernel.org goes down, the Message-ID will allow future readers to look up the referenced messages on any other archive. We leave behind one reference to MARC in the README.md since it's a perfectly fine mail archive for personal reading, just not for linking messages for the future. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3eae30e commit dcee037

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Documentation/git-bisect-lk2009.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,6 @@ References
13531353
- [[[4]]] https://lore.kernel.org/git/[email protected]/[Junio C Hamano. 'Automated bisect success story'.]
13541354
- [[[5]]] https://lwn.net/Articles/317154/[Christian Couder. 'Fully automated bisecting with "git bisect run"'. LWN.net.]
13551355
- [[[6]]] https://lwn.net/Articles/277872/[Jonathan Corbet. 'Bisection divides users and developers'. LWN.net.]
1356-
- [[[7]]] http://marc.info/?l=linux-kernel&m=119702753411680&w=2[Ingo Molnar. 'Re: BUG 2.6.23-rc3 can't see sd partitions on Alpha'. Linux-kernel mailing list.]
1356+
- [[[7]]] https://lore.kernel.org/lkml/[email protected]/[Ingo Molnar. 'Re: BUG 2.6.23-rc3 can't see sd partitions on Alpha'. Linux-kernel mailing list.]
13571357
- [[[8]]] https://www.kernel.org/pub/software/scm/git/docs/git-bisect.html[Junio C Hamano and the git-list. 'git-bisect(1) Manual Page'. Linux Kernel Archives.]
13581358
- [[[9]]] https://github.com/Ealdwulf/bbchop[Ealdwulf. 'bbchop'. GitHub.]

Documentation/gitcli.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ only affects the files in the working tree, but with
205205
entries, and with `--cached`, it modifies only the index
206206
entries.
207207

208-
See also http://marc.info/?l=git&m=116563135620359 and
209-
http://marc.info/?l=git&m=119150393620273 for further
208+
See also https://lore.kernel.org/git/[email protected]/ and
209+
https://lore.kernel.org/git/[email protected]/ for further
210210
information.
211211

212212
Some other commands that also work on files in the working tree and/or

Documentation/user-manual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,5 +4687,5 @@ Write a chapter on using plumbing and writing scripts.
46874687
Alternates, clone -reference, etc.
46884688

46894689
More on recovery from repository corruption. See:
4690-
http://marc.info/?l=git&m=117263864820799&w=2
4691-
http://marc.info/?l=git&m=117147855503798&w=2
4690+
https://lore.kernel.org/git/[email protected]/
4691+
https://lore.kernel.org/git/[email protected]/

t/t6021-merge-criss-cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2005 Fredrik Kuivinen
44
#
55

6-
# See http://marc.info/?l=git&m=111463358500362&w=2 for a
6+
# See https://lore.kernel.org/git/[email protected]/ for a
77
# nice description of what this is about.
88

99

0 commit comments

Comments
 (0)