From: Sven Strickroth Date: Sat, 13 May 2017 09:54:51 +0000 (+0200) Subject: doc: use https links to Wikipedia to avoid http redirects X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/4ca9c7847a5ad6dd281879b2cc5a337ff91a13a1c55d08c330a7f49824b2eba8?hp=ce6f98e12cf2125f4650bd90edaf88a4c7c13817ac69e2e7b5bef58a455797d7 doc: use https links to Wikipedia to avoid http redirects Signed-off-by: Sven Strickroth Reviewed-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index 1e0af11..4819df8 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -8086,7 +8086,7 @@ sub git_search_help {

Pattern is by default a normal string that is matched precisely (but without regard to case, except in the case of pickaxe). However, when you check the re checkbox, the pattern entered is recognized as the POSIX extended -regular expression (also case +regular expression (also case insensitive).

commit