diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-11 13:55:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-11 13:55:49 -0700 |
commit | 6c3b3e141f289ffc5916f65f2fe307bc0bcd5dd8 (patch) | |
tree | d805aee9e11e5c996fe142ce1bcfbad1166269a4 /Documentation | |
parent | 5f7b3383106d4dc8b9556d52e8fabd8d468c994a (diff) | |
parent | 8851f4800c15fe91b6a53e9e284787b983226c41 (diff) | |
download | git-6c3b3e141f289ffc5916f65f2fe307bc0bcd5dd8.tar.gz git-6c3b3e141f289ffc5916f65f2fe307bc0bcd5dd8.tar.xz |
Merge branch 'jc/maint-add-p-unquote' into maint
* jc/maint-add-p-unquote:
git-add -i/-p: learn to unwrap C-quoted paths
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-add.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index e4c711bbd..ce71838b9 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] |