diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-06 15:09:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-06 15:09:23 -0800 |
commit | 3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3 (patch) | |
tree | 6cb61522e9475a429b0b97c08701dff2cc90d880 /sha1dc | |
parent | Merge branch 'tg/perf-remove-stale-result' (diff) | |
parent | doc: replace public-inbox links with lore.kernel.org (diff) | |
download | tgif-3b3d9ea6a8fbf36a8710b855062c685d9a7d33e3.tar.xz |
Merge branch 'jk/lore-is-the-archive'
Doc update for the mailing list archiving and nntp service.
* jk/lore-is-the-archive:
doc: replace public-inbox links with lore.kernel.org
doc: recommend lore.kernel.org over public-inbox.org
Diffstat (limited to 'sha1dc')
-rw-r--r-- | sha1dc/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1dc/sha1.c b/sha1dc/sha1.c index 63cd5c923a..dede2cbddf 100644 --- a/sha1dc/sha1.c +++ b/sha1dc/sha1.c @@ -98,7 +98,7 @@ /* * Defines Big Endian on a whitelist of OSs that are known to be Big * Endian-only. See - * https://public-inbox.org/git/93056823-2740-d072-1ebd-46b440b33d7e@felt.demon.nl/ + * https://lore.kernel.org/git/93056823-2740-d072-1ebd-46b440b33d7e@felt.demon.nl/ */ #define SHA1DC_BIGENDIAN |