author | Teemu Likonen <tlikonen@iki.fi> | |
Wed, 2 Apr 2008 17:06:46 +0000 (20:06 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 2 Apr 2008 17:36:31 +0000 (10:36 -0700) | ||
commit | cfc4ba33e3cc95a30cb808eec1b54b52450c3bdf | |
tree | 31e55f6c92dbf551720999306b313b1114dad729 | tree | snapshot |
parent | 7ae512b7da17e8f8c474fa80fb44b023c6f83882 | commit | diff |
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>
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>
Documentation/git-add.txt | diff | blob | history |