Skip to content

Commit d05b08c

Browse files
jsorefgitster
authored andcommitted
doc: switch links to https
These sites offer https versions of their content. Using the https versions provides some protection for users. Signed-off-by: Josh Soref <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 65175d9 commit d05b08c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+56
-56
lines changed

Documentation/MyFirstContribution.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Johannes Schindelin to make life as a Git contributor easier for those used to
832832
the GitHub PR workflow. It allows contributors to open pull requests against its
833833
mirror of the Git project, and does some magic to turn the PR into a set of
834834
emails and send them out for you. It also runs the Git continuous integration
835-
suite for you. It's documented at http://gitgitgadget.github.io.
835+
suite for you. It's documented at https://gitgitgadget.github.io/.
836836

837837
[[create-fork]]
838838
=== Forking `git/git` on GitHub

Documentation/git-cvsimport.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Problems related to tags:
221221
If you suspect that any of these issues may apply to the repository you
222222
want to import, consider using cvs2git:
223223

224-
* cvs2git (part of cvs2svn), `http://subversion.apache.org/`
224+
* cvs2git (part of cvs2svn), `https://subversion.apache.org/`
225225

226226
GIT
227227
---

Documentation/git-imap-send.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ flames ridiculing you if you don't check this.
135135

136136
Thunderbird in particular is known to be problematic. Thunderbird
137137
users may wish to visit this web page for more information:
138-
http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
138+
https://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
139139

140140
SEE ALSO
141141
--------

Documentation/git-send-email.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ have been specified, in which case default to 'compose'.
453453
998 characters unless a suitable transfer encoding
454454
('auto', 'base64', or 'quoted-printable') is used;
455455
this is due to SMTP limits as described by
456-
http://www.ietf.org/rfc/rfc5322.txt.
456+
https://www.ietf.org/rfc/rfc5322.txt.
457457
--
458458
+
459459
Default is the value of `sendemail.validate`; if this is not set,

Documentation/gitcore-tutorial.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ the remote repository URL in the local repository's config file
10891089
like this:
10901090

10911091
------------------------------------------------
1092-
$ git config remote.linus.url http://www.kernel.org/pub/scm/git/git.git/
1092+
$ git config remote.linus.url https://git.kernel.org/pub/scm/git/git.git/
10931093
------------------------------------------------
10941094

10951095
and use the "linus" keyword with 'git pull' instead of the full URL.

Documentation/gitprotocol-http.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ TODO: Document this further.
529529
REFERENCES
530530
----------
531531

532-
http://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
533-
http://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
532+
https://www.ietf.org/rfc/rfc1738.txt[RFC 1738: Uniform Resource Locators (URL)]
533+
https://www.ietf.org/rfc/rfc2616.txt[RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1]
534534

535535
SEE ALSO
536536
--------

Documentation/gitweb.conf.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ filesystem (i.e. "$projectroot/$project"), `%h` to the current hash
820820
(\'h' gitweb parameter) and `%b` to the current hash base
821821
(\'hb' gitweb parameter); `%%` expands to \'%'.
822822
+
823-
For example, at the time this page was written, the http://repo.or.cz[]
823+
For example, at the time this page was written, the https://repo.or.cz[]
824824
Git hosting site set it to the following to enable graphical log
825825
(using the third party tool *git-browser*):
826826
+

Documentation/gitweb.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gitweb provides a web interface to Git repositories. Its features include:
2828
revisions one at a time, viewing the history of the repository.
2929
* Finding commits which commit messages matches given search term.
3030

31-
See http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
31+
See https://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
3232
browsed using gitweb itself.
3333

3434

Documentation/howto/keep-canonical-history-correct.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ The procedure will result in a history that looks like this:
213213
B0--B1---------B2
214214
------------
215215

216-
See also http://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html
216+
See also https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html

Documentation/signoff-option.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif::git-commit[]
99
the committer has the rights to submit the work under the
1010
project's license or agrees to some contributor representation,
1111
such as a Developer Certificate of Origin.
12-
(See http://developercertificate.org for the one used by the
12+
(See https://developercertificate.org for the one used by the
1313
Linux kernel and Git projects.) Consult the documentation or
1414
leadership of the project to which you're contributing to
1515
understand how the signoffs are used in that project.

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Issues of note:
124124
interacting with svn repositories with "git svn"). If you can
125125
live without these, use NO_PERL. Note that recent releases of
126126
Redhat/Fedora are reported to ship Perl binary package with some
127-
core modules stripped away (see http://lwn.net/Articles/477234/),
127+
core modules stripped away (see https://lwn.net/Articles/477234/),
128128
so you might need to install additional packages other than Perl
129129
itself, e.g. Digest::MD5, File::Spec, File::Temp, Net::Domain,
130130
Net::SMTP, and Time::HiRes.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ include shared.mak
186186
# Define NO_DEFLATE_BOUND if your zlib does not have deflateBound.
187187
#
188188
# Define NO_NORETURN if using buggy versions of gcc 4.6+ and profile feedback,
189-
# as the compiler can crash (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299)
189+
# as the compiler can crash (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49299)
190190
#
191191
# Define USE_NSEC below if you want git to care about sub-second file mtimes
192192
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this. On
@@ -2719,7 +2719,7 @@ $(OBJECTS): %.o: %.c GIT-CFLAGS $(missing_dep_dirs) $(missing_compdb_dir)
27192719

27202720
ifdef USE_COMPUTED_HEADER_DEPENDENCIES
27212721
# Take advantage of gcc's on-the-fly dependency generation
2722-
# See <http://gcc.gnu.org/gcc-3.0/features.html>.
2722+
# See <https://gcc.gnu.org/gcc-3.0/features.html>.
27232723
dep_files_present := $(wildcard $(dep_files))
27242724
ifneq ($(dep_files_present),)
27252725
include $(dep_files_present)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ string translations (localization l10) should see [po/README.md][]
4242
To subscribe to the list, send an email with just "subscribe git" in
4343
the body to [email protected] (not the Git list). The mailing
4444
list archives are available at <https://lore.kernel.org/git/>,
45-
<http://marc.info/?l=git> and other archival sites.
45+
<https://marc.info/?l=git> and other archival sites.
4646

4747
Issues which are security relevant should be disclosed privately to
4848
the Git Security mailing list <[email protected]>.

git-cvsimport.perl

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ sub conn {
329329
# Use a HTTP Proxy. Only works for HTTP proxies that
330330
# don't require user authentication
331331
#
332-
# See: http://www.ietf.org/rfc/rfc2817.txt
332+
# See: https://www.ietf.org/rfc/rfc2817.txt
333333

334334
$s = IO::Socket::INET->new(PeerHost => $proxyhost, PeerPort => $proxyport);
335335
die "Socket to $proxyhost: $!\n" unless defined $s;

git-gui/git-gui.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2424
GNU General Public License for more details.
2525

2626
You should have received a copy of the GNU General Public License
27-
along with this program; if not, see <http://www.gnu.org/licenses/>.}]
27+
along with this program; if not, see <https://www.gnu.org/licenses/>.}]
2828

2929
######################################################################
3030
##
@@ -3075,7 +3075,7 @@ if {$doc_path ne {}} {
30753075
if {[file isfile $doc_path]} {
30763076
set doc_url "file:$doc_path"
30773077
} else {
3078-
set doc_url {http://www.kernel.org/pub/software/scm/git/docs/}
3078+
set doc_url {https://www.kernel.org/pub/software/scm/git/docs/}
30793079
}
30803080

30813081
proc start_browser {url} {

git-gui/lib/encoding.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# (Copied from gitk, commit fd8ccbec4f0161)
44

55
# This list of encoding names and aliases is distilled from
6-
# http://www.iana.org/assignments/character-sets.
6+
# https://www.iana.org/assignments/character-sets.
77
# Not all of them are supported by Tcl.
88
set encoding_aliases {
99
{ ANSI_X3.4-1968 iso-ir-6 ANSI_X3.4-1986 ISO_646.irv:1991 ASCII

git-gui/po/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in your language?
3939
If you do not know what your language should be named, you need to find
4040
it. This currently follows ISO 639-1 two letter codes:
4141

42-
http://www.loc.gov/standards/iso639-2/php/code_list.php
42+
https://www.loc.gov/standards/iso639-2/php/code_list.php
4343

4444
For example, if you are preparing a translation for Afrikaans, the
4545
language code is "af". If there already is a translation for your

git-instaweb.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ mongoose_conf() {
432432
# Mongoose web server configuration file.
433433
# Lines starting with '#' and empty lines are ignored.
434434
# For detailed description of every option, visit
435-
# http://code.google.com/p/mongoose/wiki/MongooseManual
435+
# https://code.google.com/p/mongoose/wiki/MongooseManual
436436
437437
root $root
438438
ports $port
@@ -458,7 +458,7 @@ plackup_conf () {
458458
#!$PERL
459459
460460
# gitweb - simple web interface to track changes in git repositories
461-
# PSGI wrapper and server starter (see http://plackperl.org)
461+
# PSGI wrapper and server starter (see https://plackperl.org)
462462
463463
use strict;
464464

gitk-git/gitk

+1-1
Original file line numberDiff line numberDiff line change
@@ -11956,7 +11956,7 @@ proc formatdate {d} {
1195611956
}
1195711957

1195811958
# This list of encoding names and aliases is distilled from
11959-
# http://www.iana.org/assignments/character-sets.
11959+
# https://www.iana.org/assignments/character-sets.
1196011960
# Not all of them are supported by Tcl.
1196111961
set encoding_aliases {
1196211962
{ ANSI_X3.4-1968 iso-ir-6 ANSI_X3.4-1986 ISO_646.irv:1991 ASCII

gitweb/gitweb.perl

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ sub evaluate_uri {
122122
our $javascript = "++GITWEB_JS++";
123123

124124
# URI and label (title) of GIT logo link
125-
#our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
125+
#our $logo_url = "https://www.kernel.org/pub/software/scm/git/docs/";
126126
#our $logo_label = "git documentation";
127-
our $logo_url = "http://git-scm.com/";
127+
our $logo_url = "https://git-scm.com/";
128128
our $logo_label = "git homepage";
129129

130130
# source of projects list

gitweb/static/js/lib/common-lib.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ function addCssRule(selector, style) {
123123
* NOTE that there are limits and differences compared to native
124124
* getElementsByClassName as defined by e.g.:
125125
* https://developer.mozilla.org/en/DOM/document.getElementsByClassName
126-
* http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-getelementsbyclassname
127-
* http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-getelementsbyclassname
126+
* https://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-getelementsbyclassname
127+
* https://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-getelementsbyclassname
128128
*
129129
* Namely, this implementation supports only single class name as
130130
* argument and not set of space-separated tokens representing classes,
@@ -133,9 +133,9 @@ function addCssRule(selector, style) {
133133
* (via getElementsByTagName).
134134
*
135135
* Based on
136-
* http://code.google.com/p/getelementsbyclassname/
136+
* https://code.google.com/p/getelementsbyclassname/
137137
* http://www.dustindiaz.com/getelementsbyclass/
138-
* http://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript
138+
* https://stackoverflow.com/questions/1818865/do-we-have-getelementsbyclassname-in-javascript
139139
*
140140
* See also https://johnresig.com/blog/getelementsbyclassname-speed-comparison/
141141
*

graph.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void graph_setup_line_prefix(struct diff_options *diffopt);
130130
* This functions must be called BEFORE graph_init() is called.
131131
*
132132
* NOTE: This function isn't used in Git outside graph.c but it is used
133-
* by CGit (http://git.zx2c4.com/cgit/) to use HTML for colors.
133+
* by CGit (https://git.zx2c4.com/cgit/) to use HTML for colors.
134134
*/
135135
void graph_set_column_colors(const char **colors, unsigned short colors_max);
136136

@@ -196,7 +196,7 @@ int graph_is_commit_finished(struct git_graph const *graph);
196196
* graph_update() is called.
197197
*
198198
* NOTE: This function isn't used in Git outside graph.c but it is used
199-
* by CGit (http://git.zx2c4.com/cgit/) to wrap HTML around graph lines.
199+
* by CGit (https://git.zx2c4.com/cgit/) to wrap HTML around graph lines.
200200
*/
201201
int graph_next_line(struct git_graph *graph, struct strbuf *sb);
202202

imap-send.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* GNU General Public License for more details.
1919
*
2020
* You should have received a copy of the GNU General Public License
21-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
21+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2222
*/
2323

2424
#include "git-compat-util.h"

json-writer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
* JSON data structures are defined at:
6-
* [1] http://www.ietf.org/rfc/rfc7159.txt
6+
* [1] https://www.ietf.org/rfc/rfc7159.txt
77
* [2] https://www.json.org/
88
*
99
* The JSON-writer API allows one to build JSON data structures using a

kwset.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
GNU General Public License for more details.
1919
2020
You should have received a copy of the GNU General Public License
21-
along with this program; if not, see <http://www.gnu.org/licenses/>. */
21+
along with this program; if not, see <https://www.gnu.org/licenses/>. */
2222

2323
/* Written August 1989 by Mike Haertel.
2424
The author may be reached (Email) at the address [email protected],

kwset.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
GNU General Public License for more details.
2121
2222
You should have received a copy of the GNU General Public License
23-
along with this program; if not, see <http://www.gnu.org/licenses/>. */
23+
along with this program; if not, see <https://www.gnu.org/licenses/>. */
2424

2525
/* Written August 1989 by Mike Haertel.
2626
The author may be reached (Email) at the address [email protected],

list.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* You should have received a copy of the GNU Lesser General Public
2121
* License along with this library; if not, see
22-
* <http://www.gnu.org/licenses/>.
22+
* <https://www.gnu.org/licenses/>.
2323
*/
2424

2525
#ifndef LIST_H

perl/FromCPAN/Error.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ C<:warndie> handlers added by Paul Evans <[email protected]>
10251025
10261026
=head1 MAINTAINER
10271027
1028-
Shlomi Fish, L<http://www.shlomifish.org/> .
1028+
Shlomi Fish, L<https://www.shlomifish.org/> .
10291029
10301030
=head1 PAST MAINTAINERS
10311031

perl/Git/SVN.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ sub tie_for_persistent_memoization {
17521752
END {
17531753
# Force cache writeout explicitly instead of waiting for
17541754
# global destruction to avoid segfault in Storable:
1755-
# http://rt.cpan.org/Public/Bug/Display.html?id=36087
1755+
# https://rt.cpan.org/Public/Bug/Display.html?id=36087
17561756
unmemoize_svn_mergeinfo_functions();
17571757
}
17581758

protocol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with Linus Torvalds <[email protected]> as the point of
1919
* contact. September 2005.
2020
*
21-
* See http://www.iana.org/assignments/port-numbers
21+
* See https://www.iana.org/assignments/port-numbers
2222
*/
2323
#define DEFAULT_GIT_PORT 9418
2424

sh-i18n--envsubst.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
GNU General Public License for more details.
3232
3333
You should have received a copy of the GNU General Public License
34-
along with this program; if not, see <http://www.gnu.org/licenses/>. */
34+
along with this program; if not, see <https://www.gnu.org/licenses/>. */
3535

3636
/* closeout.c - close standard output and standard error
3737
Copyright (C) 1998-2007 Free Software Foundation, Inc.
@@ -47,7 +47,7 @@
4747
GNU General Public License for more details.
4848
4949
You should have received a copy of the GNU General Public License
50-
along with this program; if not, see <http://www.gnu.org/licenses/>. */
50+
along with this program; if not, see <https://www.gnu.org/licenses/>. */
5151

5252
#include <errno.h>
5353
#include <stdio.h>

t/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the tests.
3232
ok 2 - plain with GIT_WORK_TREE
3333
ok 3 - plain bare
3434

35-
Since the tests all output TAP (see http://testanything.org) they can
35+
Since the tests all output TAP (see https://testanything.org) they can
3636
be run with any TAP harness. Here's an example of parallel testing
3737
powered by a recent version of prove(1):
3838

@@ -1279,7 +1279,7 @@ Devel::Cover module. To install it do:
12791279
sudo aptitude install libdevel-cover-perl
12801280

12811281
# From the CPAN with cpanminus
1282-
curl -L http://cpanmin.us | perl - --sudo --self-upgrade
1282+
curl -L https://cpanmin.us/ | perl - --sudo --self-upgrade
12831283
cpanm --sudo Devel::Cover
12841284

12851285
Then, at the top-level:

t/helper/test-regex.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static int test_regex_bug(void)
3030
if (regexec(&r, str, 1, m, 0))
3131
die("no match of pattern '%s' to string '%s'", pat, str);
3232

33-
/* http://sourceware.org/bugzilla/show_bug.cgi?id=3957 */
33+
/* https://sourceware.org/bugzilla/show_bug.cgi?id=3957 */
3434
if (m[0].rm_so == 3) /* matches '\n' when it should not */
3535
die("regex bug confirmed: re-build git with NO_REGEX=1");
3636

t/perf/perf-lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see http://www.gnu.org/licenses/ .
18+
# along with this program. If not, see https://www.gnu.org/licenses/ .
1919

2020
# These variables must be set before the inclusion of test-lib.sh below,
2121
# because it will change our working directory.

t/t9114-git-svn-dcommit-merge.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cat << EOF
2727
# GNU General Public License for more details.
2828
#
2929
# You should have received a copy of the GNU General Public License
30-
# along with this program; if not, see <http://www.gnu.org/licenses/>.
30+
# along with this program; if not, see <https://www.gnu.org/licenses/>.
3131
#
3232
EOF
3333
}

t/t9801-git-p4-branch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ test_expect_success 'git p4 clone complex branches with excluded files' '
466466
)
467467
'
468468

469-
# From a report in http://stackoverflow.com/questions/11893688
469+
# From a report in https://stackoverflow.com/questions/11893688
470470
# where --use-client-spec caused branch prefixes not to be removed;
471471
# every file in git appeared into a subdirectory of the branch name.
472472
test_expect_success 'use-client-spec detect-branches setup' '

0 commit comments

Comments
 (0)