summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-05 23:41:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-05 23:41:41 (GMT)
commitdb2255725deb26a1b71d908bef5533f6f76a642a (patch)
treef0f4b82892d81734c334809e616d965cb62a9a6c /Documentation
parent4e286ece2ee8d6f486faaa522f1de5c363a9a765 (diff)
parent8851f4800c15fe91b6a53e9e284787b983226c41 (diff)
downloadgit-db2255725deb26a1b71d908bef5533f6f76a642a.zip
git-db2255725deb26a1b71d908bef5533f6f76a642a.tar.gz
git-db2255725deb26a1b71d908bef5533f6f76a642a.tar.bz2
Merge branch 'jc/add-p-unquote'
* jc/add-p-unquote: git-add -i/-p: learn to unwrap C-quoted paths
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 e4c711b..ce71838 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]