From: Jeff King Date: Mon, 1 Feb 2010 12:43:45 +0000 (-0500) Subject: docs: fix filter-branch example for quoted paths X-Git-Tag: v1.7.0-rc2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d2d66f15b620c8e96219cfe339f32e77bfaf69b4?ds=inline;hp=d2d66f15b620c8e96219cfe339f32e77bfaf69b4 docs: fix filter-branch example for quoted paths 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 Signed-off-by: Junio C Hamano ---