Skip to content

Commit cfc4ba3

Browse files
tlikonengitster
authored andcommitted
Describe the bug in handling filenames with funny characters in 'git add -i'
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. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7ae512b commit cfc4ba3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/git-add.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ diff::
226226
This lets you review what will be committed (i.e. between
227227
HEAD and index).
228228

229+
Bugs
230+
----
231+
The interactive mode does not work with files whose names contain
232+
characters that need C-quoting. `core.quotepath` configuration can be
233+
used to work this limitation around to some degree, but backslash,
234+
double-quote and control characters will still have problems.
229235

230236
See Also
231237
--------

0 commit comments

Comments
 (0)