diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-12-02 11:26:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-04 10:20:08 -0800 |
commit | dcee0372287ec8dff534919b0f4824b58cefd5ce (patch) | |
tree | c930923ec6c5e5d15b5454b387b3013805bf6ce1 /Documentation/gitcli.txt | |
parent | 3eae30e4649dd3174fdce7a92115c972763baa5b (diff) | |
download | git-dcee0372287ec8dff534919b0f4824b58cefd5ce.tar.gz |
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 |