summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-02 22:16:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-02 22:16:27 +0000
commitd12e2236fd4defc2497d10cc142362129005f91f (patch)
tree6b11780ac7c95b37b3d6db80f152af9433009a0e /git-add.txt
parenta74efce3509588e2d8fc7853b82bcdce35eacba6 (diff)
downloadgit-htmldocs-d12e2236fd4defc2497d10cc142362129005f91f.tar.gz
Autogenerated HTML docs for v1.5.5-rc3
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt6
1 files changed, 6 insertions, 0 deletions
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
--------