Skip to content

Commit d23f9c8

Browse files
Denton-Lgitster
authored andcommitted
RelNotes: replace Gmane with real Message-IDs
The only references to Gmane that remain are in RelNotes. Although these are definitely not in active use, they might be of historical interest for future readers so let's ensure that mail references are more robust. Replace links to Gmane with links to lore.kernel.org (which is our new preferred mailing list archive and has the Message-ID in the URL) and bare Gmane ID references with Message-IDs. The Message-IDs were found by searching for "gmane:<id>" on https://public-inbox.org/git/ and taking the resulting message. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dcee037 commit d23f9c8

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

Documentation/RelNotes/1.6.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

1313
http://git.or.cz/gitwiki/GitFaq#non-bare
14-
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
14+
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the
1717
transition plan.

Documentation/RelNotes/1.6.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

1313
http://git.or.cz/gitwiki/GitFaq#non-bare
14-
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
14+
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the
1717
transition plan.

Documentation/RelNotes/1.6.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ push running this release will issue a big warning when the
1111
configuration variable is missing. Please refer to:
1212

1313
http://git.or.cz/gitwiki/GitFaq#non-bare
14-
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
14+
https://lore.kernel.org/git/[email protected]/
1515

1616
for more details on the reason why this change is needed and the
1717
transition plan.

Documentation/RelNotes/1.6.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ push running this release will issue a big warning when the
2222
configuration variable is missing. Please refer to:
2323

2424
http://git.or.cz/gitwiki/GitFaq#non-bare
25-
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
25+
https://lore.kernel.org/git/[email protected]/
2626

2727
for more details on the reason why this change is needed and the
2828
transition plan.

Documentation/RelNotes/1.6.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ users will fare this time.
6464
Please refer to:
6565

6666
http://git.or.cz/gitwiki/GitFaq#non-bare
67-
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
67+
https://lore.kernel.org/git/[email protected]/
6868

6969
for more details on the reason why this change is needed and the
7070
transition process that already took place so far.

Documentation/RelNotes/1.8.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Foreign interfaces, subsystems and ports.
5858
credential helper interface from Git.pm.
5959

6060
* Update build for Cygwin 1.[57]. Torsten Bögershausen reports that
61-
this is fine with Cygwin 1.7 ($gmane/225824) so let's try moving it
61+
this is fine with Cygwin 1.7 (cf. <[email protected]>) so let's try moving it
6262
ahead.
6363

6464
* The credential helper to talk to keychain on OS X (in contrib/) has

Documentation/RelNotes/2.5.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ Performance, Internal Implementation, Development Support etc.
172172
incorrect patch text to "git apply". Add tests to demonstrate
173173
this.
174174

175-
I have a slight suspicion that this may be $gmane/87202 coming back
175+
I have a slight suspicion that this may be
176+
cf. <[email protected]> coming back
176177
and biting us (I seem to have said "let's run with this and see
177178
what happens" back then).
178179

Documentation/RelNotes/2.8.3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Fixes since v2.8.2
5555
This is necessary to use Git on Windows shared directories, and is
5656
already enabled for the MinGW and plain Windows builds. It also
5757
has been used in Cygwin packaged versions of Git for quite a while.
58-
See http://thread.gmane.org/gmane.comp.version-control.git/291853
59-
and http://thread.gmane.org/gmane.comp.version-control.git/275680.
58+
See https://lore.kernel.org/git/[email protected]/
59+
and https://lore.kernel.org/git/[email protected]/.
6060

6161
* "git replace -e" did not honour "core.editor" configuration.
6262

Documentation/RelNotes/2.9.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ notes for details).
368368
This is necessary to use Git on Windows shared directories, and is
369369
already enabled for the MinGW and plain Windows builds. It also
370370
has been used in Cygwin packaged versions of Git for quite a while.
371-
See http://thread.gmane.org/gmane.comp.version-control.git/291853
371+
See https://lore.kernel.org/git/[email protected]/
372372

373373
* "merge-octopus" strategy did not ensure that the index is clean
374374
when merge begins.

0 commit comments

Comments
 (0)