(subsystems)
- * Comes with git-gui 0.9.3.
+ * Comes with git-gui 0.10.0
(portability)
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)
---
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
</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
</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
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
--------