X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-add.txt;h=ce71838b9e17f3b68dcd19648da3a88dfe4f35bd;hb=8130949bdc9c36f527148205b86a2ffe551cac53;hp=e4c711bbd2d1a95d501978673bc52f7a2957fba7;hpb=0abd52772bcb82a7293bb1c2bd351fbe303abaf1;p=git.git diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index e4c711bbd..ce71838b9 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -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]