git_connect: use use_shell instead of explicit "sh", "-c"
commit4cfb2a44bb79fd06763f740754902c31d5ea9ccc
authorJohannes Sixt <j6t@kdbg.org>
Mon, 25 Jan 2010 12:32:44 +0000 (25 13:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2010 17:37:18 +0000 (25 09:37 -0800)
tree4401d7a3bf4ded03d687e706e47dad83bdedf4b3
parentb2c2e4c22c6a4fe151f02380d247cf3d9a9d5d1e
git_connect: use use_shell instead of explicit "sh", "-c"

This is a followup to ac0ba18 (run-command: convert simple callsites to
use_shell, 2009-12-30), for consistency.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
connect.c