From: Junio C Hamano Date: Mon, 4 Jan 2016 23:14:25 +0000 (-0800) Subject: MaintNotes update for 2.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d8eea061fe19f0dfbf217240871f3b631792458;p=thirdparty%2Fgit.git MaintNotes update for 2.7 --- diff --git a/MaintNotes b/MaintNotes index 37c9d88a12..5dfc6da382 100644 --- a/MaintNotes +++ b/MaintNotes @@ -91,7 +91,7 @@ it to us without announcing it to wider public, please contact us at our security mailing list . -* Repositories, branches and documentation. +* Repositories and documentation. My public git.git repositories are at: @@ -121,6 +121,9 @@ above) at: http://git-scm.com/docs/git + +* How various branches are used. + There are four branches in git.git repository that track the source tree of git: "master", "maint", "next", and "pu". @@ -131,7 +134,7 @@ named with three dotted decimal digits (e.g. "1.8.5"), but recently we switched the versioning scheme and "feature releases" are named with three-dotted decimal digits that ends with ".0" (e.g. "1.9.0"). -The last such release was 2.6.0 done on Sep 28th, 2015. You can expect +The last such release was 2.7.0 done on Jan 4th, 2016. You can expect that the tip of the "master" branch is always more stable than any of the released versions.