Skip to content

Commit 5840eb9

Browse files
committed
doc: replace more gmane links
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2e477d8 commit 5840eb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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://public-inbox.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.]
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/m1odwkyuf5.fsf_-_@ebiederm.dsl.xmission.com/
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/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
@@ -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/7vmxo5l2g4.fsf@alter.siamese.dyndns.org/
10791079
*/
10801080
if (ps->recursive && S_ISDIR(entry->mode))
10811081
return entry_interesting;

0 commit comments

Comments
 (0)