Skip to content

Commit efe6de6

Browse files
neleaigitster
authored andcommitted
update URL to the marc.info mail archive
The name marc.theaimsgroup.com is no longer active, and has migrated to marc.info. Signed-off-by: Ondřej Bílka <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 31fe405 commit efe6de6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/user-manual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4669,5 +4669,5 @@ Write a chapter on using plumbing and writing scripts.
46694669
Alternates, clone -reference, etc.
46704670

46714671
More on recovery from repository corruption. See:
4672-
http://marc.theaimsgroup.com/?l=git&m=117263864820799&w=2
4673-
http://marc.theaimsgroup.com/?l=git&m=117147855503798&w=2
4672+
http://marc.info/?l=git&m=117263864820799&w=2
4673+
http://marc.info/?l=git&m=117147855503798&w=2

builtin/apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ static char *find_name_gnu(const char *line, const char *def, int p_value)
473473

474474
/*
475475
* Proposed "new-style" GNU patch/diff format; see
476-
* http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2
476+
* http://marc.info/?l=git&m=112927316408690&w=2
477477
*/
478478
if (unquote_c_style(&name, line, NULL)) {
479479
strbuf_release(&name);

t/t6021-merge-criss-cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2005 Fredrik Kuivinen
44
#
55

6-
# See http://marc.theaimsgroup.com/?l=git&m=111463358500362&w=2 for a
6+
# See http://marc.info/?l=git&m=111463358500362&w=2 for a
77
# nice description of what this is about.
88

99

0 commit comments

Comments
 (0)