docs: fix filter-branch example for quoted paths
authorJeff King <peff@peff.net>
Mon, 1 Feb 2010 12:43:45 +0000 (07:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2010 18:52:14 +0000 (10:52 -0800)
If there is a quoted path, update-index will correctly
unquote it. However, we must take care to put our new prefix
inside the double-quote.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found