From: Junio C Hamano Date: Wed, 2 Apr 2008 22:16:27 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.5-rc3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d12e2236fd4defc2497d10cc142362129005f91f;p=git.git Autogenerated HTML docs for v1.5.5-rc3 --- diff --git a/RelNotes-1.5.5.txt b/RelNotes-1.5.5.txt index b299e8792..64a52afb9 100644 --- a/RelNotes-1.5.5.txt +++ b/RelNotes-1.5.5.txt @@ -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 diff --git a/git-add.html b/git-add.html index 355016d0a..bd9ccd1fa 100644 --- a/git-add.html +++ b/git-add.html @@ -560,6 +560,13 @@ diff +

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

git-status(1) @@ -583,7 +590,7 @@ diff

diff --git a/git-add.txt b/git-add.txt index c751a17d0..35e67a06e 100644 --- a/git-add.txt +++ b/git-add.txt @@ -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 --------