run-command (Windows): Run dashless "git <cmd>"
commit108ac313f73499572c69b1b80514661b22a2d62e
authorSteffen Prohaska <prohaska@zib.de>
Mon, 28 Jul 2008 05:50:28 +0000 (28 07:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jul 2008 06:02:11 +0000 (28 23:02 -0700)
tree86af87786873b6f8f606e79e09d530a702a84507
parent4933e5ebdefdb88841275132ef358e6649963751
run-command (Windows): Run dashless "git <cmd>"

We prefer running the dashless form, and POSIX side already does so; we
should use it in MinGW's start_command(), too.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Acked-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c