summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-02-17 06:43:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-02-18 18:53:49 (GMT)
commit8851f4800c15fe91b6a53e9e284787b983226c41 (patch)
tree97e61649cb94a46b23f99c736eaf18aa6f75b491 /Documentation
parent1b7e543a6e2f156536a3cf227f9da1029bba6265 (diff)
downloadgit-8851f4800c15fe91b6a53e9e284787b983226c41.zip
git-8851f4800c15fe91b6a53e9e284787b983226c41.tar.gz
git-8851f4800c15fe91b6a53e9e284787b983226c41.tar.bz2
git-add -i/-p: learn to unwrap C-quoted paths
The underlying plumbing commands are not run with -z option, so the paths returned from them need to be unquoted as needed. Remove the now stale BUGS section from git-add documentaiton as suggested by Teemu Likonen. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-add.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 7c129cb..6c79a87 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]