Skip to content

Commit e4b6ccd

Browse files
committed
Merge branch 'ab/doc-replace-gmane-links'
The Web interface to gmane news archive is long gone, even though the articles are still accessible via NTTP. Replace the links with ones to public-inbox.org. Because their message identification is based on the actual message-id, it is likely that it will be easier to migrate away from it if/when necessary. * ab/doc-replace-gmane-links: doc: replace more gmane links doc: replace a couple of broken gmane links
2 parents e40c0f4 + 5840eb9 commit e4b6ccd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ code. For Git in general, a few rough rules are:
2424

2525
"Once it _is_ in the tree, it's not really worth the patch noise to
2626
go and fix it up."
27-
Cf. http://article.gmane.org/gmane.linux.kernel/943020
27+
Cf. http://lkml.iu.edu/hypermail/linux/kernel/1001.3/01069.html
2828

2929
Make your code readable and sensible, and don't try to be clever.
3030

Documentation/git-bisect-lk2009.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,9 +1350,9 @@ 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]]] http://article.gmane.org/gmane.comp.version-control.git/45195/[Junio C Hamano. 'Automated bisect success story'. Gmane.]
1353+
- [[[4]]] https://public-inbox.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://article.gmane.org/gmane.linux.scsi/36652/[Ingo Molnar. 'Re: BUG 2.6.23-rc3 can't see sd partitions on Alpha'. Gmane.]
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.]
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.]

git-rebase--interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) 2006 Johannes E. Schindelin
66
#
77
# The original idea comes from Eric W. Biederman, in
8-
# http://article.gmane.org/gmane.comp.version-control.git/22407
8+
# https://public-inbox.org/git/[email protected]/
99
#
1010
# The file containing rebase commands, comments, and empty lines.
1111
# This file is created by "git rebase -i" then edited by the user. As

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-
# http://thread.gmane.org/gmane.comp.version-control.git/224410
357+
# https://public-inbox.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
@@ -1075,7 +1075,7 @@ static enum interesting do_match(const struct name_entry *entry,
10751075
* later on.
10761076
* max_depth is ignored but we may consider support it
10771077
* in future, see
1078-
* http://thread.gmane.org/gmane.comp.version-control.git/163757/focus=163840
1078+
* https://public-inbox.org/git/[email protected]/
10791079
*/
10801080
if (ps->recursive && S_ISDIR(entry->mode))
10811081
return entry_interesting;

0 commit comments

Comments
 (0)