our security mailing list <git-security@googlegroups.com>.
-* Repositories, branches and documentation.
+* Repositories and documentation.
My public git.git repositories are 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".
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.