summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ae512b)
raw | patch | inline | side by side (parent: 7ae512b)
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) |
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>
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 | patch | blob | history |
index c751a17d079dc2a6c5d3160573a42a7b6be3d5e2..35e67a06e4248182c05c98b4b9b421bb3e02940a 100644 (file)
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
--------