diff options
| author | Junio C Hamano <gitster@pobox.com> | 2017-05-29 12:34:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2017-05-29 12:34:48 +0900 |
| commit | 529ebaa1b4a9505d9fdb7f65bb379ba225eba741 (patch) | |
| tree | dfe23842c46ac5956701a8a51da6ba4019c40bf1 /gitweb | |
| parent | e6381080a7dd44e14fba81b5e3714661343d8e62 (diff) | |
| parent | 5e68729fd9a17e9e4037abdffa52454a5c64f343 (diff) | |
| download | git-529ebaa1b4a9505d9fdb7f65bb379ba225eba741.tar.xz | |
Merge branch 'jk/update-links-in-docs'
A few http:// links that are redirected to https:// in the
documentation have been updated to https:// links.
* jk/update-links-in-docs:
doc: use https links to Wikipedia to avoid http redirects
Diffstat (limited to 'gitweb')
| -rwxr-xr-x | gitweb/gitweb.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 7cf68f07b7..d8209c7a02 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -8085,7 +8085,7 @@ sub git_search_help { <p><strong>Pattern</strong> 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 <em>re</em> checkbox, the pattern entered is recognized as the POSIX extended -<a href="http://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case +<a href="https://en.wikipedia.org/wiki/Regular_expression">regular expression</a> (also case insensitive).</p> <dl> <dt><b>commit</b></dt> |
