Mail Archives: cygwin/2016/04/28/07:03:18
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: | <cygwin.cygwin.com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
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 <adam AT dinwoodie DOT org>
|
To: | cygwin AT cygwin DOT com
|
Subject: | [PATCH] Git is Git, not GIT
|
Message-ID: | <20160428110242.GU2345@dinwoodie.org>
|
MIME-Version: | 1.0
|
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.</p>
directory with additional code coming from newlib/libc and newlib/libm.
Any changes you make should be to the <a href="git.html">current
development sources</a>. 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.
<P>Build instructions are included in the <a href="faq.html">FAQ</a> under
"How do I build Cygwin on my own?".
-<p>Basically, just clone the newlib-cygwin GIT repository as mentioned on the
-Cygwin <a href="git.html">GIT page</a>.
+<p>Basically, just clone the newlib-cygwin Git repository as mentioned on the
+Cygwin <a href="git.html">Git page</a>.
<div id="background">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
diff --git a/cvs.html b/cvs.html
index 915880b..c090c72 100755
--- a/cvs.html
+++ b/cvs.html
@@ -3,51 +3,51 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href="style.css" />
- <title>Cygwin in GIT</title>
+ <title>Cygwin in Git</title>
</head>
<body>
<!--#include virtual="navbar.html" -->
<!--#include virtual="top.html" -->
-<h1>Cygwin in GIT</h1>
+<h1>Cygwin in Git</h1>
<p>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 <a href="http://git-scm.com/">GIT home page</a>.
-Coincidentally enough, GIT comes with the Cygwin net release.</p>
+Newlib) are available via anonymous Git access. If you don't know
+what Git is, visit the <a href="http://git-scm.com/">Git home page</a>.
+Coincidentally enough, Git comes with the Cygwin net release.</p>
<p>To access the repository from your system, use one of the following
commands:</p>
<dl>
-<dt><b>Read-only web-based GIT access</b></dt>
+<dt><b>Read-only web-based Git access</b></dt>
<dd>
<p>You can use <a href="/git/gitweb.cgi?p=newlib-cygwin.git" target=_top>the gitweb interface</a>.
</dd>
-<dt><b>Anonymous GIT read-only access</b></dt>
+<dt><b>Anonymous Git read-only access</b></dt>
<dd>
<pre>
git clone git://sourceware.org/git/newlib-cygwin.git
</pre>
</dd>
-<dt><b>GIT for developers with read/write access</b></dt>
+<dt><b>Git for developers with read/write access</b></dt>
<dd>
<pre>
git clone sourceware.org:/git/newlib-cygwin.git
</pre>
</dd>
-<dt><b>GIT-less Developer snapshots</b></dt>
+<dt><b>Git-less Developer snapshots</b></dt>
<dd>
<p>Developer snapshots are available via
<a href="snapshots.html" target=_top>the Cygwin developer snapshot page</a>.
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.
</p>
</dd>
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 <span class="command"><strong>setup.exe</strong></span>; before requesting a new feature,
check the wishlist in the
-<a class="ulink" href="https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;a=blob_plain;f=README;hb=HEAD" target="_top">GIT <code class="literal">README</code>
-</a>. It may already be present in the GIT version!
+<a class="ulink" href="https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;a=blob_plain;f=README;hb=HEAD" target="_top">Git <code class="literal">README</code>
+</a>. It may already be present in the Git version!
</p><p>
On Windows Vista and later, <span class="command"><strong>setup.exe</strong></span> 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 <code class="literal">dblatex</code>,
<code class="literal">xmlto</code> packages. For more information on building the
documentation, see the README included in the <code class="literal">cygwin-doc</code> package.
</p><p>Next, get the Cygwin source. Ideally, you should check out what you
-need from GIT (<a class="ulink" href="https://cygwin.com/git.html" target="_top">https://cygwin.com/git.html</a>). This is the
+need from Git (<a class="ulink" href="https://cygwin.com/git.html" target="_top">https://cygwin.com/git.html</a>). This is the
<span class="emphasis"><em>preferred method</em></span> 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 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href="style.css" />
- <title>Cygwin in GIT</title>
+ <title>Cygwin in Git</title>
</head>
<body>
<!--#include virtual="navbar.html" -->
<!--#include virtual="top.html" -->
-<h1>Cygwin in GIT</h1>
+<h1>Cygwin in Git</h1>
<p>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 <a href="http://git-scm.com/">GIT home page</a>.
-Coincidentally enough, GIT comes with the Cygwin net release.</p>
+Newlib) are available via anonymous Git access. If you don't know
+what Git is, visit the <a href="http://git-scm.com/">Git home page</a>.
+Coincidentally enough, Git comes with the Cygwin net release.</p>
<p>To access the repository from your system, use one of the following
commands:</p>
<dl>
-<dt><b>Read-only web-based GIT access</b></dt>
+<dt><b>Read-only web-based Git access</b></dt>
<dd>
<p>You can use <a href="/git/gitweb.cgi?p=newlib-cygwin.git" target=_top>the gitweb interface</a>.
</dd>
-<dt><b>Anonymous GIT read-only access</b></dt>
+<dt><b>Anonymous Git read-only access</b></dt>
<dd>
<pre>
git clone git://sourceware.org/git/newlib-cygwin.git
</pre>
</dd>
-<dt><b>GIT for developers with read/write access</b></dt>
+<dt><b>Git for developers with read/write access</b></dt>
<dd>
<pre>
git clone sourceware.org:/git/newlib-cygwin.git
</pre>
</dd>
-<dt><b>GIT-less Developer snapshots</b></dt>
+<dt><b>Git-less Developer snapshots</b></dt>
<dd>
<p>Developer snapshots are available via
<a href="snapshots" target=_top>the Cygwin developer snapshot page</a>.
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.
</p>
</dd>
-<dt><b>GIT access to the website</b></dt>
+<dt><b>Git access to the website</b></dt>
<dd>
- <p>The cygwin.com website is under GIT control, too. You can view the
- website GIT repo via
+ <p>The cygwin.com website is under Git control, too. You can view the
+ website Git repo via
<a href="git/gitweb.cgi?p=cygwin-htdocs.git">its gitweb interface</a>.
<br>
Note that this is only the framework.
<a href="git/gitweb.cgi?p=newlib-cygwin.git;a=tree;f=winsup/doc">User's Guide, API and FAQ</a>
- are maintained as part of the aforementioned Cygwin source GIT repository.
+ are maintained as part of the aforementioned Cygwin source Git repository.
</p>
</dd>
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
</li>
<p><li><a name="cygwin-cvs"><a href="/ml/cygwin-cvs/"><b>cygwin-cvs</b></a></a>:
- 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.
</li>
<p><li><a name="cygwin-apps-cvs"><a href="/ml/cygwin-apps-cvs/"><b>cygwin-apps-cvs</b></a></a>:
- 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 @@
<ul>
<li><a href="http://cygwin.com/contrib.html">Contributing</a></li>
<li><a href="http://cygwin.com/snapshots/"> Snapshots</a></li>
-<li><a href="http://cygwin.com/git.html"> Source in GIT</a></li>
+<li><a href="http://cygwin.com/git.html"> Source in Git</a></li>
<li><a href="http://cygwin.com/setup.html"> Cygwin Packages</a></li>
</ul>
<ul>
--
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
- Raw text -