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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
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'. Uncyclopedia.]
1353-
- [[[4]]] https://public-inbox.org/git/[email protected]/[Junio C Hamano. 'Automated bisect success story'.]
1353+
- [[[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.]
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/[email protected]/
326+
[1] https://lore.kernel.org/git/[email protected]/
327327
An abandoned patch that introduced generation numbers.
328328

329-
[2] https://public-inbox.org/git/[email protected]/
329+
[2] https://lore.kernel.org/git/[email protected]/
330330
Discussion about generation numbers on commits and how they interact
331331
with fsck.
332332

333-
[3] https://public-inbox.org/git/[email protected]/
333+
[3] https://lore.kernel.org/git/[email protected]/
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/[email protected]/T/#u
345+
[4] https://lore.kernel.org/git/[email protected]/T/#u
346346
A patch to remove the ahead-behind calculation from 'status'.
347347

348-
[5] https://public-inbox.org/git/[email protected]/
348+
[5] https://lore.kernel.org/git/[email protected]/
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/[email protected]/ )
733+
(e.g. https://lore.kernel.org/git/[email protected]/ )
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.
783783
784784

785785
Initial version sent to
786-
http://public-inbox.org/git/[email protected]
786+
http://lore.kernel.org/git/[email protected]
787787

788788
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/[email protected]/
826-
[4] http://public-inbox.org/git/[email protected]
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/[email protected]/
826+
[4] http://lore.kernel.org/git/[email protected]
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/[email protected]/
105+
[1] https://lore.kernel.org/git/[email protected]/
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/[email protected]/ +
302+
[1] https://lore.kernel.org/git/[email protected]/ +
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/[email protected]/ +
306+
[2] https://lore.kernel.org/git/[email protected]/ +
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/[email protected]/ +
310+
[3] https://lore.kernel.org/git/[email protected]/ +
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/[email protected]/ +
314+
[4] https://lore.kernel.org/git/[email protected]/ +
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/[email protected]/ +
318+
[5] https://lore.kernel.org/git/[email protected]/ +
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/[email protected]/ +
322+
[6] https://lore.kernel.org/git/[email protected]/ +
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/[email protected]/
453+
* https://lore.kernel.org/git/[email protected]/
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/[email protected]/
101+
* https://lore.kernel.org/git/[email protected]/
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/[email protected]/
38+
# c.f. http://lore.kernel.org/git/[email protected]/
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/[email protected]/
53+
# c.f. http://lore.kernel.org/git/[email protected]/
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/[email protected]/
357+
# https://lore.kernel.org/git/[email protected]/
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/[email protected]/
1107+
* https://lore.kernel.org/git/[email protected]/
11081108
*/
11091109
if (ps->recursive && S_ISDIR(entry->mode))
11101110
return entry_interesting;

0 commit comments

Comments
 (0)