Skip to content

Commit 3eae30e

Browse files
peffgitster
authored andcommitted
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>
1 parent 46c6749 commit 3eae30e

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
lines changed

Documentation/git-bisect-lk2009.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ References
13501350
- [[[1]]] https://www.nist.gov/sites/default/files/documents/director/planning/report02-3.pdf['The Economic Impacts of Inadequate Infratructure for Software Testing'. Nist Planning Report 02-3], see Executive Summary and Chapter 8.
13511351
- [[[2]]] http://www.oracle.com/technetwork/java/codeconvtoc-136057.html['Code Conventions for the Java Programming Language'. Sun Microsystems.]
13521352
- [[[3]]] https://en.wikipedia.org/wiki/Software_maintenance['Software maintenance'. Wikipedia.]
1353-
- [[[4]]] https://public-inbox.org/git/7vps5xsbwp.fsf_-_@assigned-by-dhcp.cox.net/[Junio C Hamano. 'Automated bisect success story'.]
1353+
- [[[4]]] https://lore.kernel.org/git/7vps5xsbwp.fsf_-_@assigned-by-dhcp.cox.net/[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.]
13561356
- [[[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.]

Documentation/technical/commit-graph.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,14 @@ Related Links
323323
[0] https://bugs.chromium.org/p/git/issues/detail?id=8
324324
Chromium work item for: Serialized Commit Graph
325325

326-
[1] https://public-inbox.org/git/20110713070517.GC18566@sigill.intra.peff.net/
326+
[1] https://lore.kernel.org/git/20110713070517.GC18566@sigill.intra.peff.net/
327327
An abandoned patch that introduced generation numbers.
328328

329-
[2] https://public-inbox.org/git/20170908033403.q7e6dj7benasrjes@sigill.intra.peff.net/
329+
[2] https://lore.kernel.org/git/20170908033403.q7e6dj7benasrjes@sigill.intra.peff.net/
330330
Discussion about generation numbers on commits and how they interact
331331
with fsck.
332332

333-
[3] https://public-inbox.org/git/20170908034739.4op3w4f2ma5s65ku@sigill.intra.peff.net/
333+
[3] https://lore.kernel.org/git/20170908034739.4op3w4f2ma5s65ku@sigill.intra.peff.net/
334334
More discussion about generation numbers and not storing them inside
335335
commit objects. A valuable quote:
336336

@@ -342,9 +342,9 @@ Related Links
342342
commit objects (i.e., packv4 or something like the "metapacks" I
343343
proposed a few years ago)."
344344

345-
[4] https://public-inbox.org/git/20180108154822.54829-1-git@jeffhostetler.com/T/#u
345+
[4] https://lore.kernel.org/git/20180108154822.54829-1-git@jeffhostetler.com/T/#u
346346
A patch to remove the ahead-behind calculation from 'status'.
347347

348-
[5] https://public-inbox.org/git/f27db281-abad-5043-6d71-cbb083b1c877@gmail.com/
348+
[5] https://lore.kernel.org/git/f27db281-abad-5043-6d71-cbb083b1c877@gmail.com/
349349
A discussion of a "two-dimensional graph position" that can allow reading
350350
multiple commit-graph chains at the same time.

Documentation/technical/hash-function-transition.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ adoption.
730730

731731
Using hash functions in parallel
732732
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
733-
(e.g. https://public-inbox.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/ )
733+
(e.g. https://lore.kernel.org/git/22708.8913.864049.452252@chiark.greenend.org.uk/ )
734734
Objects newly created would be addressed by the new hash, but inside
735735
such an object (e.g. commit) it is still possible to address objects
736736
using the old hash function.
@@ -783,7 +783,7 @@ bmwill@google.com, jonathantanmy@google.com, jrnieder@gmail.com,
783783
sbeller@google.com
784784

785785
Initial version sent to
786-
http://public-inbox.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com
786+
http://lore.kernel.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com
787787

788788
2017-03-03 jrnieder@gmail.com
789789
Incorporated suggestions from jonathantanmy and sbeller:
@@ -820,8 +820,8 @@ Later history:
820820
edits. This document history is no longer being maintained as it
821821
would now be superfluous to the commit log
822822

823-
[1] http://public-inbox.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/
824-
[2] http://public-inbox.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/
825-
[3] http://public-inbox.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/
826-
[4] http://public-inbox.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net
827-
[5] https://public-inbox.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/
823+
[1] http://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/
824+
[2] http://lore.kernel.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/
825+
[3] http://lore.kernel.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/
826+
[4] http://lore.kernel.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net
827+
[5] https://lore.kernel.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/

Documentation/technical/multi-pack-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Related Links
102102
[0] https://bugs.chromium.org/p/git/issues/detail?id=6
103103
Chromium work item for: Multi-Pack Index (MIDX)
104104

105-
[1] https://public-inbox.org/git/20180107181459.222909-1-dstolee@microsoft.com/
105+
[1] https://lore.kernel.org/git/20180107181459.222909-1-dstolee@microsoft.com/
106106
An earlier RFC for the multi-pack-index feature
107107

108-
[2] https://public-inbox.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/
108+
[2] https://lore.kernel.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/
109109
Git Merge 2018 Contributor's summit notes (includes discussion of MIDX)

Documentation/technical/partial-clone.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,26 +299,26 @@ Related Links
299299
[0] https://crbug.com/git/2
300300
Bug#2: Partial Clone
301301

302-
[1] https://public-inbox.org/git/20170113155253.1644-1-benpeart@microsoft.com/ +
302+
[1] https://lore.kernel.org/git/20170113155253.1644-1-benpeart@microsoft.com/ +
303303
Subject: [RFC] Add support for downloading blobs on demand +
304304
Date: Fri, 13 Jan 2017 10:52:53 -0500
305305

306-
[2] https://public-inbox.org/git/cover.1506714999.git.jonathantanmy@google.com/ +
306+
[2] https://lore.kernel.org/git/cover.1506714999.git.jonathantanmy@google.com/ +
307307
Subject: [PATCH 00/18] Partial clone (from clone to lazy fetch in 18 patches) +
308308
Date: Fri, 29 Sep 2017 13:11:36 -0700
309309

310-
[3] https://public-inbox.org/git/20170426221346.25337-1-jonathantanmy@google.com/ +
310+
[3] https://lore.kernel.org/git/20170426221346.25337-1-jonathantanmy@google.com/ +
311311
Subject: Proposal for missing blob support in Git repos +
312312
Date: Wed, 26 Apr 2017 15:13:46 -0700
313313

314-
[4] https://public-inbox.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/ +
314+
[4] https://lore.kernel.org/git/1488999039-37631-1-git-send-email-git@jeffhostetler.com/ +
315315
Subject: [PATCH 00/10] RFC Partial Clone and Fetch +
316316
Date: Wed, 8 Mar 2017 18:50:29 +0000
317317

318-
[5] https://public-inbox.org/git/20170505152802.6724-1-benpeart@microsoft.com/ +
318+
[5] https://lore.kernel.org/git/20170505152802.6724-1-benpeart@microsoft.com/ +
319319
Subject: [PATCH v7 00/10] refactor the filter process code into a reusable module +
320320
Date: Fri, 5 May 2017 11:27:52 -0400
321321

322-
[6] https://public-inbox.org/git/20170714132651.170708-1-benpeart@microsoft.com/ +
322+
[6] https://lore.kernel.org/git/20170714132651.170708-1-benpeart@microsoft.com/ +
323323
Subject: [RFC/PATCH v2 0/1] Add support for downloading blobs on demand +
324324
Date: Fri, 14 Jul 2017 09:26:50 -0400

apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static char *find_name_gnu(struct strbuf *root,
450450

451451
/*
452452
* Proposed "new-style" GNU patch/diff format; see
453-
* https://public-inbox.org/git/7vll0wvb2a.fsf@assigned-by-dhcp.cox.net/
453+
* https://lore.kernel.org/git/7vll0wvb2a.fsf@assigned-by-dhcp.cox.net/
454454
*/
455455
if (unquote_c_style(&name, line, NULL)) {
456456
strbuf_release(&name);

sha1dc/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
/*
9999
* Defines Big Endian on a whitelist of OSs that are known to be Big
100100
* Endian-only. See
101-
* https://public-inbox.org/git/93056823-2740-d072-1ebd-46b440b33d7e@felt.demon.nl/
101+
* https://lore.kernel.org/git/93056823-2740-d072-1ebd-46b440b33d7e@felt.demon.nl/
102102
*/
103103
#define SHA1DC_BIGENDIAN
104104

t/t0021-conversion.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ filter_git () {
3535
# Compare two files and ensure that `clean` and `smudge` respectively are
3636
# called at least once if specified in the `expect` file. The actual
3737
# invocation count is not relevant because their number can vary.
38-
# c.f. http://public-inbox.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
38+
# c.f. http://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
3939
test_cmp_count () {
4040
expect=$1
4141
actual=$2
@@ -50,7 +50,7 @@ test_cmp_count () {
5050

5151
# Compare two files but exclude all `clean` invocations because Git can
5252
# call `clean` zero or more times.
53-
# c.f. http://public-inbox.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
53+
# c.f. http://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
5454
test_cmp_exclude_clean () {
5555
expect=$1
5656
actual=$2

t/t4038-diff-combined.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ test_expect_failure 'combine diff coalesce three parents' '
354354
'
355355

356356
# Test for a bug reported at
357-
# https://public-inbox.org/git/20130515143508.GO25742@login.drsnuggles.stderr.nl/
357+
# https://lore.kernel.org/git/20130515143508.GO25742@login.drsnuggles.stderr.nl/
358358
# where a delete lines were missing from combined diff output when they
359359
# occurred exactly before the context lines of a later change.
360360
test_expect_success 'combine diff missing delete bug' '

tree-walk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ static enum interesting do_match(struct index_state *istate,
11041104
* later on.
11051105
* max_depth is ignored but we may consider support it
11061106
* in future, see
1107-
* https://public-inbox.org/git/7vmxo5l2g4.fsf@alter.siamese.dyndns.org/
1107+
* https://lore.kernel.org/git/7vmxo5l2g4.fsf@alter.siamese.dyndns.org/
11081108
*/
11091109
if (ps->recursive && S_ISDIR(entry->mode))
11101110
return entry_interesting;

0 commit comments

Comments
 (0)