pull: Fix parsing of -X<option>
commit14e5d40ca4f4f118fe03cbe5302309170b46096d
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jan 2010 06:31:38 +0000 (17 22:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jan 2010 06:46:27 +0000 (17 22:46 -0800)
tree427f16aec9ff2f6f6cd4ed77fc4c2748320d9983
parentee2c79552acceaa59a78518c6c084bd515606374
pull: Fix parsing of -X<option>

As -X parameter can contain arbitrary $IFS characters, we need to
properly quote it from the shell while forming the command line.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh