aboutsummaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2017-05-13 11:54:51 +0200
committerJunio C Hamano <gitster@pobox.com>2017-05-15 13:04:54 +0900
commit5e68729fd9a17e9e4037abdffa52454a5c64f343 (patch)
tree8880b7936ca93b96ab3acda3e9127b019d6337ca /bisect.c
parent613416f0becf21b419c3823cdc6ade5b3fba0816 (diff)
downloadgit-5e68729fd9a17e9e4037abdffa52454a5c64f343.tar.gz
git-5e68729fd9a17e9e4037abdffa52454a5c64f343.tar.xz
doc: use https links to Wikipedia to avoid http redirects
Signed-off-by: Sven Strickroth <email@cs-ware.de> Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bisect.c')
-rw-r--r--bisect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bisect.c b/bisect.c
index 30808cadf..b79c1d464 100644
--- a/bisect.c
+++ b/bisect.c
@@ -544,7 +544,7 @@ static unsigned get_prn(unsigned count) {
/*
* Custom integer square root from
- * http://en.wikipedia.org/wiki/Integer_square_root
+ * https://en.wikipedia.org/wiki/Integer_square_root
*/
static int sqrti(int val)
{