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

corinna@sourceware.org corinna@sourceware.org
Wed Mar 16 19:52:00 GMT 2016




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-<PROJECT>.git
+https://cygwin.com/git/?p=cygwin-apps/<PROJECT>.git
 </pre>
 
 For development, check out the sources like this:
 
 <pre>  
-git clone git://cygwin.com/git/cygwin-<PROJECT>.git
+git clone git://cygwin.com/git/cygwin-apps/<PROJECT>.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-<PROJECT>.git
+git clone cygwin.com:/git/cygwin-apps/<PROJECT>.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>



More information about the Cygwin-apps-cvs mailing list