git-add -i/-p: learn to unwrap C-quoted paths
commit8851f4800c15fe91b6a53e9e284787b983226c41
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2009 06:43:43 +0000 (16 22:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 18:53:49 +0000 (18 10:53 -0800)
tree97e61649cb94a46b23f99c736eaf18aa6f75b491
parent1b7e543a6e2f156536a3cf227f9da1029bba6265
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>
Documentation/git-add.txt
git-add--interactive.perl