diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-12-02 20:26:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-04 19:20:08 +0100 |
commit | dcee0372287ec8dff534919b0f4824b58cefd5ce (patch) | |
tree | c930923ec6c5e5d15b5454b387b3013805bf6ce1 /Documentation/gitcli.txt | |
parent | doc: replace public-inbox links with lore.kernel.org (diff) | |
download | git-dcee0372287ec8dff534919b0f4824b58cefd5ce.tar.xz git-dcee0372287ec8dff534919b0f4824b58cefd5ce.zip |
doc: replace MARC links with lore.kernel.org
Since we're now recommending lore.kernel.org, replace marc.info links
with lore.kernel.org.
Although MARC has been around for a long time, nothing lasts forever
(see Gmane). Since MARC uses opaque message identifiers, switching to
lore.kernel.org should be a strict improvement since, even if
lore.kernel.org goes down, the Message-ID will allow future readers to
look up the referenced messages on any other archive.
We leave behind one reference to MARC in the README.md since it's a
perfectly fine mail archive for personal reading, just not for linking
messages for the future.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r-- | Documentation/gitcli.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index 1ed3ca33b7..b9cda46a80 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -205,8 +205,8 @@ only affects the files in the working tree, but with entries, and with `--cached`, it modifies only the index entries. -See also http://marc.info/?l=git&m=116563135620359 and -http://marc.info/?l=git&m=119150393620273 for further +See also https://lore.kernel.org/git/7v64clg5u9.fsf@assigned-by-dhcp.cox.net/ and +https://lore.kernel.org/git/7vy7ej9g38.fsf@gitster.siamese.dyndns.org/ for further information. Some other commands that also work on files in the working tree and/or |