Merge branch 'master' of ssh://git.privoxy.org:23/git/privoxy
[privoxy.git] / doc / webserver / developer-manual / git.html
index 9efdbdc..a87b677 100644 (file)
     before accessing via Git.</p>
     <div class="SECT2">
       <h2 class="SECT2"><a name="GITACCESS" id="GITACCESS">2.1. Access to Git</a></h2>
-      <p>The project's Git repository is hosted at the <a href="https://privoxy.org/" target="_top">Privoxy site.</a>
-      The Git repository URL is <tt class="LITERAL">ssh://git@git.privoxy.org:23/git/privoxy.git</tt>, the central
-      repository is called <tt class="LITERAL">privoxy</tt>, and the source branch is called <tt class=
+      <p>The project's Git repository is hosted at the <a href="https://privoxy.org/" target="_top">Privoxy
+      website</a>. For Privoxy team members with push privileges the Git repository URL is <tt class=
+      "LITERAL">ssh://git@git.privoxy.org:23/git/privoxy.git</tt>.</p>
+      <p>Contributors without push privileges can <span class="QUOTE">"git clone
+      https://www.privoxy.org/git/privoxy.git"</span>.</p>
+      <p>The central repository is called <tt class="LITERAL">privoxy</tt>, and the source branch is called <tt class=
       "LITERAL">master</tt>. Subfolders exist within the project for target-dependent build and packaging tools, each
       including the name of the target operating system in their name (e.g. Windows, OSXPackageBuilder, debian). There
       is a webview of the Git hierarchy at <a href="https://www.privoxy.org/gitweb/?p=privoxy.git;a=tree" target=