MaintNotes update after 1.7.9.3
Junio C Hamano committed
Mar 5, 2012 at 23:02 UTC
9023d45832d08dfa478db13f1bd983743899cdac
1 file changed
+25
-13
MaintNotes
+25
-13
@@ -33,7 +33,7 @@ The list archive is available at a few public sites:
33
http://marc.theaimsgroup.com/?l=git
34
http://www.spinics.net/lists/git/
35
36
-Some people seem to prefer to read it over NNTP:
36
+For those who prefer to read it over NNTP (including the maintainer):
37
38
nntp://news.gmane.org/gmane.comp.version-control.git
39
@@ -100,6 +100,10 @@ found in:
100
https://code.google.com/p/git-{htmldocs,manpages}.git/
101
https://github.com/gitster/git-{htmldocs,manpages}.git/
102
103
+You can browse the HTML manual pages at:
104
+
105
+ http://git-htmldocs.googlecode.com/git/git.html
106
+
107
There are four branches in git.git repository that track the source tree
108
of git: "master", "maint", "next", and "pu".
109
@@ -115,7 +119,7 @@ Whenever a feature release is made, "maint" branch is forked off from
119
release are applied to this branch and maintenance releases are cut from
120
it. The maintenance releases are named with four dotted decimal, named
121
after the feature release they are updates to; the last such release was
118
-1.7.8.4. New features never go to this branch. This branch is also
122
+1.7.9.3. New features never go to this branch. This branch is also
123
merged into "master" to propagate the fixes forward.
124
125
A new development does not usually happen on "master". When you send a
@@ -169,6 +173,10 @@ own authoritative repository and maintainers:
173
174
git://git.kernel.org/pub/scm/gitk/gitk.git
175
176
+ - po/ comes from the localization coordinator, Jiang Xin:
177
+
178
+ https://github.com/git-l10n/git-po/
179
+
180
I would like to thank everybody who helped to raise git into the current
181
shape. Especially I would like to thank the git list regulars whose help
182
I have relied on and expect to continue relying on heavily:
@@ -176,27 +184,31 @@ I have relied on and expect to continue relying on heavily:
184
- Linus Torvalds, Shawn Pearce, Johannes Schindelin, Nicolas Pitre,
185
René Scharfe, Jeff King, Jonathan Nieder, Johan Herland, Johannes
186
Sixt, Sverre Rabbelier, Michael J Gruber, Nguyễn Thái Ngọc Duy,
179
- Ævar Arnfjörð Bjarmason and Thomas Rast on general design and
180
- implementation issues and reviews on the mailing list.
187
+ Ævar Arnfjörð Bjarmason and Thomas Rast for helping with general
188
+ design and implementation issues and reviews on the mailing list.
189
182
- - Shawn and Nicolas Pitre on pack issues.
190
+ - Shawn and Nicolas Pitre for helping with packfile design and
191
+ implementation issues.
192
184
- - Martin Langhoff, Frank Lichtenheld and Ævar Arnfjörð Bjarmason on
193
+ - Martin Langhoff, Frank Lichtenheld and Ævar Arnfjörð Bjarmason for
194
cvsserver and cvsimport.
195
187
- - Paul Mackerras on gitk.
196
+ - Paul Mackerras for gitk.
197
+
198
+ - Eric Wong, David D. Kilzer and Sam Vilain for git-svn.
199
189
- - Eric Wong, David D. Kilzer and Sam Vilain on git-svn.
200
+ - Simon Hausmann, Pete Wyckoff and Luke Diamond for git-p4.
201
191
- - Simon Hausmann and Pete Wyckoff on git-p4.
202
+ - Jakub Narebski, John Hawley, Petr Baudis, Luben Tuikov, Giuseppe
203
+ Bilotta for maintaining and enhancing gitweb.
204
193
- - Jakub Narebski, John Hawley, Petr Baudis, Luben Tuikov, Giuseppe Bilotta on
194
- gitweb.
205
+ - Ævar Arnfjörð Bjarmason for kicking off the i18n effort, and Jiang
206
+ Xin for volunteering to be the l10n coordinator.
207
196
- - J. Bruce Fields, Jonathan Nieder, Michael J Gruber and Thomas Rast on
208
+ - J. Bruce Fields, Jonathan Nieder, Michael J Gruber and Thomas Rast for
209
documentation (and countless others for proofreading and fixing).
210
199
- - Alexandre Julliard on Emacs integration.
211
+ - Alexandre Julliard for Emacs integration.
212
213
- David Aguilar and Charles Bailey for taking good care of git-mergetool
214
(and Theodore Ts'o for creating it in the first place) and git-difftool.