This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cygwin-apps htdocs] branch master, updated. 31b3c7c682b16f2986ab455529846f125976c596




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps-htdocs.git;h=31b3c7c682b16f2986ab455529846f125976c596

commit 31b3c7c682b16f2986ab455529846f125976c596
Author: Corinna Vinschen <vinschen@redhat.com>
Date:   Wed Mar 16 20:52:23 2016 +0100

    Change git paths from cygwin-<PROJECT> to cygwin-apps/<PROJECT>


Diff:
---
 index.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index eaa3ee9..7fa6f9c 100644
--- a/index.html
+++ b/index.html
@@ -36,27 +36,27 @@ Projects under GIT control
 <p>The sources can be viewed on the web using GITWeb:
 
 <pre>  
-https://cygwin.com/git/gitweb.cgi?p=cygwin-&lt;PROJECT&gt;.git
+https://cygwin.com/git/?p=cygwin-apps/&lt;PROJECT&gt;.git
 </pre>
 
 For development, check out the sources like this:
 
 <pre>  
-git clone git://cygwin.com/git/cygwin-&lt;PROJECT&gt;.git
+git clone git://cygwin.com/git/cygwin-apps/&lt;PROJECT&gt;.git
 </pre>
 
 or, if you have commit rights on the repository (you know if you do), like this:
 
 <pre>  
-git clone cygwin.com:/git/cygwin-&lt;PROJECT&gt;.git
+git clone cygwin.com:/git/cygwin-apps/&lt;PROJECT&gt;.git
 </pre>
 
 Using the "csih" project as example, the aforementioned links look like this:
 
 <pre>
-https://sourceware.org/git/gitweb.cgi?p=cygwin-csih.git
-git clone git://cygwin.com/git/cygwin-csih.git
-git clone cygwin.com:/git/cygwin-csih.git
+https://sourceware.org/git/?p=cygwin-apps/csih.git
+git clone git://cygwin.com/git/cygwin-apps/csih.git
+git clone cygwin.com:/git/cygwin-apps/csih.git
 </pre>
 
 </p>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]