Merge branch 'maint-1.5.4' into maint
[gitweb.git] / Documentation / git-add.txt
index ab88f0a76398b2f477f5c0d695c62b0b75d8a0a1..e2389e380b3e0c86629f08d9c44f54fc09396553 100644 (file)
@@ -228,6 +228,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
 --------