From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1071 invoked by alias); 28 Apr 2016 11:03:00 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 362 invoked by uid 89); 28 Apr 2016 11:03:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Anonymous, constantly, setupexe, UD:setup.exe X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 28 Apr 2016 11:02:48 +0000 Received: by mail-wm0-f49.google.com with SMTP id a17so58808792wme.0 for ; Thu, 28 Apr 2016 04:02:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=ROJ6a4Pdtv0VZyiYqceS1No6l2g8dxvkTGf2AL+Nwas=; b=bo1SZgIFM097CjMgPVnaxAmTH5wYtQocyIG3I8PAZVwft8UO3S6kO+z3vuiCM3rtLa Oi6rW5zpIG9VgD6/zzE+AC88c4VqF/0dmY7Q2Pt96besYYUlZMuO+pC3k0T3zd/4l/iN 95SSQQXOXcljvok1zVIYFxN66/UMf0yPWBDALFpcZ3E1o/LoFMK844Ft8XQ+kppldzxS KzMUqQi2unnoUgwhMF8J3jc206MrnxRYki4UhqYebaMNAhozQJ6nXA+mq5ZcC4oF7lio tOZttlITgH5R2mZQM9CS2z3zNJI7uPXOWJRTgRf8UnGFsq6U/qdW6GP4vvXAv+bpVrGp 07ng== X-Gm-Message-State: AOPr4FXkrvGh6Un56jQJmqELjiP5iziXzK7FPqZyB7uno7PhtlW2RvoCB1rNMo62o+sJlw== X-Received: by 10.28.29.147 with SMTP id d141mr26195082wmd.91.1461841365826; Thu, 28 Apr 2016 04:02:45 -0700 (PDT) Received: from dinwoodie.org ([2001:ba8:0:1c0::9:1]) by smtp.gmail.com with ESMTPSA id pm4sm9056472wjb.35.2016.04.28.04.02.44 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 28 Apr 2016 04:02:44 -0700 (PDT) Date: Thu, 28 Apr 2016 16:32:00 -0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: [PATCH] Git is Git, not GIT Message-ID: <20160428110242.GU2345@dinwoodie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00623.txt.bz2 --- contrib.html | 6 +++--- cvs.html | 20 ++++++++++---------- cygwin-ug-net/setup-net.html | 4 ++-- faq/faq.html | 2 +- git.html | 28 ++++++++++++++-------------- lists.html | 4 ++-- navbar.html | 2 +- 7 files changed, 33 insertions(+), 33 deletions(-) diff --git a/contrib.html b/contrib.html index 375ba3a..5d6514d 100755 --- a/contrib.html +++ b/contrib.html @@ -48,7 +48,7 @@ contribution rules. See their project pages for more information.

directory with additional code coming from newlib/libc and newlib/libm. Any changes you make should be to the current development sources. This makes it much easier to integrate your -changes once they're completed and tested. Note that the current GIT +changes once they're completed and tested. Note that the current Git tree (and the development snapshots) should compile, but they should always be assumed to be unstable since they contain untested, experimental code. @@ -56,8 +56,8 @@ experimental code.

Build instructions are included in the FAQ under "How do I build Cygwin on my own?". -

Basically, just clone the newlib-cygwin GIT repository as mentioned on the -Cygwin GIT page. +

Basically, just clone the newlib-cygwin Git repository as mentioned on the +Cygwin Git page.

diff --git a/cvs.html b/cvs.html index 915880b..c090c72 100755 --- a/cvs.html +++ b/cvs.html @@ -3,51 +3,51 @@ - Cygwin in GIT + Cygwin in Git -

Cygwin in GIT

+

Cygwin in Git

The sources to the core Cygwin libraries and utilities (Cygwin and -Newlib) are available via anonymous GIT access. If you don't know -what GIT is, visit the GIT home page. -Coincidentally enough, GIT comes with the Cygwin net release.

+Newlib) are available via anonymous Git access. If you don't know +what Git is, visit the Git home page. +Coincidentally enough, Git comes with the Cygwin net release.

To access the repository from your system, use one of the following commands:

-
Read-only web-based GIT access
+
Read-only web-based Git access

You can use the gitweb interface.

-
Anonymous GIT read-only access
+
Anonymous Git read-only access
 git clone git://sourceware.org/git/newlib-cygwin.git
 
-
GIT for developers with read/write access
+
Git for developers with read/write access
 git clone sourceware.org:/git/newlib-cygwin.git
 
-
GIT-less Developer snapshots
+
Git-less Developer snapshots

Developer snapshots are available via the Cygwin developer snapshot page. New snapshots are packaged and released from time to time as required for testing of new features. The matching sources are provided alongside the binary tar archives. This allows following development even if you're not - comfortable with GIT. + comfortable with Git.

diff --git a/cygwin-ug-net/setup-net.html b/cygwin-ug-net/setup-net.html index 8c3034a..05a579c 100644 --- a/cygwin-ug-net/setup-net.html +++ b/cygwin-ug-net/setup-net.html @@ -22,8 +22,8 @@ for new users to understand while remaining flexible for the experienced. The volunteer development team is constantly working on setup.exe; before requesting a new feature, check the wishlist in the -GIT README -. It may already be present in the GIT version! +Git README +. It may already be present in the Git version!

On Windows Vista and later, setup.exe will check by default if it runs with administrative privileges and, if not, will try diff --git a/faq/faq.html b/faq/faq.html index 6318b9d..90738ab 100644 --- a/faq/faq.html +++ b/faq/faq.html @@ -1971,7 +1971,7 @@ which requires the dblatex, xmlto packages. For more information on building the documentation, see the README included in the cygwin-doc package.

Next, get the Cygwin source. Ideally, you should check out what you -need from GIT (https://cygwin.com/git.html). This is the +need from Git (https://cygwin.com/git.html). This is the preferred method for acquiring the sources. Otherwise, if you are trying to duplicate a cygwin release then you should download the corresponding source package diff --git a/git.html b/git.html index 7fee05d..6b1af0c 100755 --- a/git.html +++ b/git.html @@ -3,63 +3,63 @@ - Cygwin in GIT + Cygwin in Git -

Cygwin in GIT

+

Cygwin in Git

The sources to the core Cygwin libraries and utilities (Cygwin and -Newlib) are available via anonymous GIT access. If you don't know -what GIT is, visit the GIT home page. -Coincidentally enough, GIT comes with the Cygwin net release.

+Newlib) are available via anonymous Git access. If you don't know +what Git is, visit the Git home page. +Coincidentally enough, Git comes with the Cygwin net release.

To access the repository from your system, use one of the following commands:

-
Read-only web-based GIT access
+
Read-only web-based Git access

You can use the gitweb interface.

-
Anonymous GIT read-only access
+
Anonymous Git read-only access
 git clone git://sourceware.org/git/newlib-cygwin.git
 
-
GIT for developers with read/write access
+
Git for developers with read/write access
 git clone sourceware.org:/git/newlib-cygwin.git
 
-
GIT-less Developer snapshots
+
Git-less Developer snapshots

Developer snapshots are available via the Cygwin developer snapshot page. New snapshots are packaged and released from time to time as required for testing of new features. The matching sources are provided alongside the binary tar archives. This allows following development even if you're not - comfortable with GIT. + comfortable with Git.

-
GIT access to the website
+
Git access to the website
-

The cygwin.com website is under GIT control, too. You can view the - website GIT repo via +

The cygwin.com website is under Git control, too. You can view the + website Git repo via its gitweb interface.
Note that this is only the framework. User's Guide, API and FAQ - are maintained as part of the aforementioned Cygwin source GIT repository. + are maintained as part of the aforementioned Cygwin source Git repository.

diff --git a/lists.html b/lists.html index 978787d..8b8eb00 100755 --- a/lists.html +++ b/lists.html @@ -137,14 +137,14 @@ viruses. This means that your information will be viewable by posterity, so

  • cygwin-cvs: - a read-only list which receives log messages for every GIT commit in the + a read-only list which receives log messages for every Git commit in the 'winsup' directory. If you don't know what this means then you probably shouldn't subscribe. Messages consist of a log message and pointers to diffs of the changes.
  • cygwin-apps-cvs: - a list which receives log messages for every GIT and CVS commit in the + a list which receives log messages for every Git and CVS commit in the 'cygwin-apps' repository. If you don't know what this means then you probably shouldn't subscribe. Messages consist of a log message and pointers to diffs of the changes. diff --git a/navbar.html b/navbar.html index f869b92..3bec270 100644 --- a/navbar.html +++ b/navbar.html @@ -30,7 +30,7 @@
      -- 2.8.0 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple