From: Denton Liu Date: Mon, 2 Dec 2019 19:26:23 +0000 (-0800) Subject: doc: replace LKML link with lore.kernel.org X-Git-Tag: v2.25.0-rc0~56^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14b7664df8465f925eb08f10f0344477e7915641;p=thirdparty%2Fgit.git doc: replace LKML link with lore.kernel.org Since we're now recommending lore.kernel.org, replace LKML link with lore.kernel.org. Although LKML has been around for a long time, nothing lasts forever (see Gmane). Since LKML 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. Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/racy-git.txt b/Documentation/technical/racy-git.txt index 4a8be4d144..ceda4bbfda 100644 --- a/Documentation/technical/racy-git.txt +++ b/Documentation/technical/racy-git.txt @@ -51,7 +51,7 @@ of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git only fixes the issue for file systems with exactly 1 ns or 1 s resolution. Other file systems are still broken in current Linux kernels (e.g. CEPH, CIFS, NTFS, UDF), see -https://lkml.org/lkml/2015/6/9/714 +https://lore.kernel.org/lkml/5577240D.7020309@gmail.com/ Racy Git --------