Autogenerated HTML docs for v1.5.5-rc3
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 2 Apr 2008 22:16:27 +0000 (22:16 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 2 Apr 2008 22:16:27 +0000 (22:16 +0000)
RelNotes-1.5.5.txt
git-add.html
git-add.txt

index b299e8792c3fb4ad875ad243ea98198383b3c6d1..64a52afb9d45461bb8663dbdc8a7b090c0e2dc71 100644 (file)
@@ -6,7 +6,7 @@ Updates since v1.5.4
 
 (subsystems)
 
- * Comes with git-gui 0.9.3.
+ * Comes with git-gui 0.10.0
 
 (portability)
 
@@ -166,8 +166,8 @@ Updates since v1.5.4
    symmetric difference between the HEAD version and the work tree version
    of the submodule commits.
 
- * Various "git cvsimport", "git cvsexportcommit", "git svn" and
-   "git p4" improvements.
+ * Various "git cvsimport", "git cvsexportcommit", "git cvsserver",
+   "git svn" and "git p4" improvements.
 
 (internal)
 
@@ -208,6 +208,6 @@ this release, unless otherwise noted.
 
 ---
 exec >/var/tmp/1
-O=v1.5.5-rc1-21-g319a36a
+O=v1.5.5-rc3
 echo O=`git describe refs/heads/master`
 git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
index 355016d0a3fdbe368def7890bb6820e79919f4f0..bd9ccd1fa91e5c3fdc9c170d8d1af42f71d21255 100644 (file)
@@ -560,6 +560,13 @@ diff
 </dd>\r
 </dl>\r
 </div>\r
+<h2>Bugs</h2>\r
+<div class="sectionbody">\r
+<p>The interactive mode does not work with files whose names contain\r
+characters that need C-quoting.  <tt>core.quotepath</tt> configuration can be\r
+used to work this limitation around to some degree, but backslash,\r
+double-quote and control characters will still have problems.</p>\r
+</div>\r
 <h2>See Also</h2>\r
 <div class="sectionbody">\r
 <p><a href="git-status.html">git-status(1)</a>\r
@@ -583,7 +590,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Mar-2008 08:58:15 UTC\r
+Last updated 02-Apr-2008 22:16:09 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c751a17d079dc2a6c5d3160573a42a7b6be3d5e2..35e67a06e4248182c05c98b4b9b421bb3e02940a 100644 (file)
@@ -226,6 +226,12 @@ diff::
   This lets you review what will be committed (i.e. between
   HEAD and index).
 
+Bugs
+----
+The interactive mode does not work with files whose names contain
+characters that need C-quoting.  `core.quotepath` configuration can be
+used to work this limitation around to some degree, but backslash,
+double-quote and control characters will still have problems.
 
 See Also
 --------