git-add -i/-p: learn to unwrap C-quoted paths
[gitweb.git] / Documentation / git-add.txt
index 7c129cb24f0e1c902a81b996ce84ab7e614079c4..6c79a87f5ab20cda05f52bad64286c4b182b6ab8 100644 (file)
@@ -263,13 +263,6 @@ 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
 --------
 linkgit:git-status[1]