X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:mime-version
:content-type; q=dns; s=default; b=u1lQLe5j9kPL3l5EvvrKESqg+4/Ps
1fXTI1kSGrih1IHcecL/U232s4JaQ3qy4pLiQghY3wPansegtqXWz8f9Rf6BOiVO
BU+xvMjPYHN79VspvdKU7v+omGdsgScyx2ppSzvr4odypjHUKwzZBHsvGVPT8SoX
XC1oY8iCsWXdfU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:mime-version
:content-type; s=default; bh=IOXAPfGhVabQmDbJPfVcFrc9HwU=; b=w/E
xbMY9YUcbq2t3hTybVQSvdxa3mNCqmfR+7PDjKsSByI4NOhPiXvove8GO7Y73F4Q
2mHRMbNbBJ3sypRaBzREwhQ8aNAOdjWgRy0AEZFtFSDQOtSMJSvJwNlm+BbT6nj+
46vx2XuvZFtu6biDiWAuiGl7PQVn46VJ1BuMPjHg=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id:
List-Subscribe:
List-Archive:
List-Post:
List-Help: ,
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
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
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)
Date: Thu, 28 Apr 2016 12:02:42 +0100
From: Adam Dinwoodie
To: cygwin AT cygwin DOT 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
---
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:
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:
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 @@