From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117338 invoked by alias); 16 Mar 2016 19:52:31 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 117311 invoked by uid 9078); 16 Mar 2016 19:52:30 -0000 Date: Wed, 16 Mar 2016 19:52:00 -0000 Message-ID: <20160316195230.117284.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [cygwin-apps htdocs] branch master, updated. 31b3c7c682b16f2986ab455529846f125976c596 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d6301c16a12b37246dd33c8a77e7af7f7ef7da23 X-Git-Newrev: 31b3c7c682b16f2986ab455529846f125976c596 X-SW-Source: 2016-q1/txt/msg00024.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps-htdocs.git;h=31b3c7c682b16f2986ab455529846f125976c596 commit 31b3c7c682b16f2986ab455529846f125976c596 Author: Corinna Vinschen Date: Wed Mar 16 20:52:23 2016 +0100 Change git paths from cygwin- to cygwin-apps/ 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

The sources can be viewed on the web using GITWeb:

  
-https://cygwin.com/git/gitweb.cgi?p=cygwin-<PROJECT>.git
+https://cygwin.com/git/?p=cygwin-apps/<PROJECT>.git
 
For development, check out the sources like this:
  
-git clone git://cygwin.com/git/cygwin-<PROJECT>.git
+git clone git://cygwin.com/git/cygwin-apps/<PROJECT>.git
 
or, if you have commit rights on the repository (you know if you do), like this:
  
-git clone cygwin.com:/git/cygwin-<PROJECT>.git
+git clone cygwin.com:/git/cygwin-apps/<PROJECT>.git
 
Using the "csih" project as example, the aforementioned links look like this:
-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