Please ignore these series ... there are still problems with the size of the patches :-|
----- Original Nachricht ----
Von: Thomas Ackermann [off-list ref]
An: gitster@pobox.com, th.acker@arcor.de
Datum: 21.01.2013 19:36
Betreff: [PATCH v2 0/6] GIT, Git, git
Git changed its 'official' system name from 'GIT' to 'Git' in v1.6.5.3
(as can be seen in the corresponding release note where 'GIT' was
changed to 'Git' in the header line).
Alas the documention uses 'GIT', 'Git' or even 'git' to refer to the
Git system. So change every occurrence of 'GIT" and 'git' in the
documention to 'Git' whenever Git as a system is referred to
(but don't do this change in the release notes because they
constitute a history orthogonal to the history versioned by Git).
There is also one occurence of 'GITweb' which is changed to 'Gitweb' but
changing 'gitweb' to 'Gitweb' (or 'GitWeb'?) should be part of another
patch.
The "'git' to 'Git'" patch has to be divided in four parts to stay within
the mail size limit of 100kB.
[PATCH v2 1/6] Change old system name 'GIT' to 'Git'
[PATCH v2 2/6] Change 'git' to 'Git' whenever the whole system is referred
to #1
[PATCH v2 3/6] Change 'git' to 'Git' whenever the whole system is referred
to #2
[PATCH v2 4/6] Change 'git' to 'Git' whenever the whole system is referred
to #3
[PATCH v2 5/6] Change 'git' to 'Git' whenever the whole system is referred
to #4
[PATCH v2 6/6] Add rule for when to use 'git' and when to use 'Git'
---
Thomas
---
Thomas