]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/MaintNotes: post 2.4 update
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Apr 2015 19:39:29 +0000 (12:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Apr 2015 19:39:29 +0000 (12:39 -0700)
MaintNotes

index da8e95331626cc6e74873bbc6fb25d0526873ba8..57abf8986e788058a3bd3068631eeaf2c8b8b668 100644 (file)
@@ -118,9 +118,11 @@ found in:
         https://code.google.com/p/git-{htmldocs,manpages}.git/
         https://github.com/gitster/git-{htmldocs,manpages}.git/
 
-You can browse the HTML manual pages at:
+Also GitHub shows the manual pages formatted in HTML (with a
+formatting backend different from the one that is used to create the
+above) at:
 
-       http://git-htmldocs.googlecode.com/git/git.html
+       http://git-scm.com/docs/git
 
 There are four branches in git.git repository that track the source tree
 of git: "master", "maint", "next", and "pu".
@@ -132,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.3.0 done on Feb 5th, 2015. You can expect
+The last such release was 2.4.0 done on Apr 30th, 2015. You can expect
 that the tip of the "master" branch is always more stable than any of
 the released versions.