Meta/MaintNotes: post 1.8.2
Junio C Hamano committed
Mar 13, 2013 at 13:19 UTC
56d1daea058929fe43e2d98777bf5a9ded081219
1 file changed
+6
-5
MaintNotes
+6
-5
@@ -81,15 +81,17 @@ hints.
81
My public git.git repositories are at:
82
83
git://git.kernel.org/pub/scm/git/git.git/
84
+ https://kernel.googlesource.com/pub/scm/git/git
85
git://repo.or.cz/alt-git.git/
86
https://github.com/git/git/
87
https://code.google.com/p/git-core/
88
git://git.sourceforge.jp/gitroot/git-core/git.git/
89
git://git-core.git.sourceforge.net/gitroot/git-core/git-core/
90
90
-A few gitweb interfaces are found at:
91
+A few web interfaces are found at:
92
93
http://git.kernel.org/?p=git/git.git
94
+ https://kernel.googlesource.com/pub/scm/git/git
95
http://repo.or.cz/w/alt-git.git
96
97
Preformatted documentation from the tip of the "master" branch can be
@@ -111,9 +113,8 @@ The "master" branch is meant to contain what are very well tested and
113
ready to be used in a production setting. Every now and then, a
114
"feature release" is cut from the tip of this branch and they
115
typically are named with three dotted decimal digits. The last such
114
-release was 1.8.1 done on Dec 31, 2012 (or Jan 1, 2013, depending on
115
-where you were when it happened). You can expect that the tip of the
116
-"master" branch is always more stable than any of the released
116
+release was 1.8.2 done on Mar 13, 2013. You can expect that the tip of
117
+the "master" branch is always more stable than any of the released
118
versions.
119
120
Whenever a feature release is made, "maint" branch is forked off from
@@ -121,7 +122,7 @@ Whenever a feature release is made, "maint" branch is forked off from
122
release are applied to this branch and maintenance releases are cut from
123
it. The maintenance releases are named with four dotted decimal, named
124
after the feature release they are updates to; the last such release was
124
-1.8.1.2. New features never go to this branch. This branch is also
125
+1.8.1.5. New features never go to this branch. This branch is also
126
merged into "master" to propagate the fixes forward as needed.
127
128
A new development does not usually happen on "master". When you send a