X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-add.txt;h=35e67a06e4248182c05c98b4b9b421bb3e02940a;hb=cfc4ba33e3cc95a30cb808eec1b54b52450c3bdf;hp=c751a17d079dc2a6c5d3160573a42a7b6be3d5e2;hpb=dc96bdb9469632fcb29f660d18a96fede99fcea2;p=git.git diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index c751a17d0..35e67a06e 100644 --- a/Documentation/git-add.txt +++ b/Documentation/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 --------