Autogenerated HTML docs for v1.5.1-rc3
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 29 Mar 2007 01:09:46 +0000 (01:09 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 29 Mar 2007 01:09:46 +0000 (01:09 +0000)
RelNotes-1.5.0.6.txt [new file with mode: 0644]
git.html
git.txt
index.html [new symlink]

diff --git a/RelNotes-1.5.0.6.txt b/RelNotes-1.5.0.6.txt
new file mode 100644 (file)
index 0000000..e15447f
--- /dev/null
@@ -0,0 +1,22 @@
+GIT v1.5.0.6 Release Notes
+==========================
+
+Fixes since v1.5.0.5
+--------------------
+
+* Bugfixes
+
+  - a handful small fixes to gitweb.
+
+  - build procedure for user-manual is fixed not to require locally
+    installed stylesheets.
+
+  - "git commit $paths" on paths whose earlier contents were
+    already updated in the index were failing out.
+
+* Documentation
+
+  - user-manual has better cross references.
+
+  - gitweb installation/deployment procedure is now documented.
+
index cf998f2d9de1c6f2bf0c4a12be716f59ff3b2984..d8e343fb8ce31457c2911b4ccbe48187b27981e3 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2317,7 +2317,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Mar-2007 00:58:36 UTC\r
+Last updated 29-Mar-2007 01:09:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index 31397dc5390d79343dc5d6fa5501cd493be0ea21..dceacfac11cf705691067c292efbeecdccb81933 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -35,7 +35,9 @@ ifdef::stalenotes[]
 You are reading the documentation for the latest version of git.
 Documentation for older releases are available here:
 
-* link:v1.5.0.5/git.html[documentation for release 1.5.0.5]
+* link:v1.5.0.6/git.html[documentation for release 1.5.0.6]
+
+* link:v1.5.0.6/RelNotes-1.5.0.6.txt[release notes for 1.5.0.6]
 
 * link:v1.5.0.5/RelNotes-1.5.0.5.txt[release notes for 1.5.0.5]
 
diff --git a/index.html b/index.html
new file mode 120000 (symlink)
index 0000000..11274e3
--- /dev/null
@@ -0,0 +1 @@
+git.html
\ No newline at end of file