MaintNotes update for 2.7
Junio C Hamano committed
Jan 4, 2016 at 15:14 UTC
6d8eea061fe19f0dfbf217240871f3b631792458
1 file changed
+5
-2
MaintNotes
+5
-2
@@ -91,7 +91,7 @@ it to us without announcing it to wider public, please contact us at
91
our security mailing list <git-security@googlegroups.com>.
92
93
94
-* Repositories, branches and documentation.
94
+* Repositories and documentation.
95
96
My public git.git repositories are at:
97
@@ -121,6 +121,9 @@ above) at:
121
122
http://git-scm.com/docs/git
123
124
+
125
+* How various branches are used.
126
+
127
There are four branches in git.git repository that track the source tree
128
of git: "master", "maint", "next", and "pu".
129
@@ -131,7 +134,7 @@ named with three dotted decimal digits (e.g. "1.8.5"), but recently we
134
switched the versioning scheme and "feature releases" are named with
135
three-dotted decimal digits that ends with ".0" (e.g. "1.9.0").
136
134
-The last such release was 2.6.0 done on Sep 28th, 2015. You can expect
137
+The last such release was 2.7.0 done on Jan 4th, 2016. You can expect
138
that the tip of the "master" branch is always more stable than any of
139
the released versions.
140