From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Change default git repo URL to https |
Date: | 2018-02-07 10:07:25 |
Message-ID: | E1ejMdR-0006Er-TO@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Change default git repo URL to https
Since we now support the server side handler for git over https (so
we're no longer using the "dumb protocol"), make https the primary
choice for cloning the repository, and the git protocol the secondary
choice.
In passing, also change the links to git-scm.com from http to https.
Reviewed by Stefan Kaltenbrunner and David G. Johnston
Branch
------
REL9_4_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/581189327a1902381c71bf76894aabd4e6d8cf36
Modified Files
--------------
doc/src/sgml/sourcerepo.sgml | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2018-02-07 13:45:57 | pgsql: Remove prototype for fmgr() function, which no longer exists. |
Previous Message | Vik Fearing | 2018-02-07 08:47:47 | Re: pgsql: Support all SQL:2011 options for window frame clauses. |