doc: use https links
Use only https links for lore.kernel.org. Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
1d18997007
commit
6eda9ac9e5
@ -781,7 +781,7 @@ Document History
|
|||||||
bmwill@google.com, jonathantanmy@google.com, jrnieder@gmail.com,
|
bmwill@google.com, jonathantanmy@google.com, jrnieder@gmail.com,
|
||||||
sbeller@google.com
|
sbeller@google.com
|
||||||
|
|
||||||
* Initial version sent to http://lore.kernel.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com
|
* Initial version sent to https://lore.kernel.org/git/20170304011251.GA26789@aiede.mtv.corp.google.com
|
||||||
|
|
||||||
2017-03-03 jrnieder@gmail.com
|
2017-03-03 jrnieder@gmail.com
|
||||||
Incorporated suggestions from jonathantanmy and sbeller:
|
Incorporated suggestions from jonathantanmy and sbeller:
|
||||||
@ -823,8 +823,8 @@ Later history:
|
|||||||
|
|
||||||
References:
|
References:
|
||||||
|
|
||||||
[1] http://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/
|
[1] https://lore.kernel.org/git/CA+55aFzJtejiCjV0e43+9oR3QuJK2PiFiLQemytoLpyJWe6P9w@mail.gmail.com/
|
||||||
[2] http://lore.kernel.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/
|
[2] https://lore.kernel.org/git/CA+55aFz+gkAsDZ24zmePQuEs1XPS9BP_s8O7Q4wQ7LV7X5-oDA@mail.gmail.com/
|
||||||
[3] http://lore.kernel.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/
|
[3] https://lore.kernel.org/git/20170306084353.nrns455dvkdsfgo5@sigill.intra.peff.net/
|
||||||
[4] http://lore.kernel.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net
|
[4] https://lore.kernel.org/git/20170304224936.rqqtkdvfjgyezsht@genre.crustytoothpaste.net
|
||||||
[5] https://lore.kernel.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/
|
[5] https://lore.kernel.org/git/CAJo=hJtoX9=AyLHHpUJS7fueV9ciZ_MNpnEPHUz8Whui6g9F0A@mail.gmail.com/
|
||||||
|
@ -34,7 +34,7 @@ filter_git () {
|
|||||||
# Compare two files and ensure that `clean` and `smudge` respectively are
|
# Compare two files and ensure that `clean` and `smudge` respectively are
|
||||||
# called at least once if specified in the `expect` file. The actual
|
# called at least once if specified in the `expect` file. The actual
|
||||||
# invocation count is not relevant because their number can vary.
|
# invocation count is not relevant because their number can vary.
|
||||||
# c.f. http://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
|
# c.f. https://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
|
||||||
test_cmp_count () {
|
test_cmp_count () {
|
||||||
expect=$1
|
expect=$1
|
||||||
actual=$2
|
actual=$2
|
||||||
@ -49,7 +49,7 @@ test_cmp_count () {
|
|||||||
|
|
||||||
# Compare two files but exclude all `clean` invocations because Git can
|
# Compare two files but exclude all `clean` invocations because Git can
|
||||||
# call `clean` zero or more times.
|
# call `clean` zero or more times.
|
||||||
# c.f. http://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
|
# c.f. https://lore.kernel.org/git/xmqqshv18i8i.fsf@gitster.mtv.corp.google.com/
|
||||||
test_cmp_exclude_clean () {
|
test_cmp_exclude_clean () {
|
||||||
expect=$1
|
expect=$1
|
||||||
actual=$2
|
actual=$2
|
||||||
|
Reference in New Issue
Block a user