git-p4: fix submit in non --prepare-p4-only mode
commite2a892ee05ae5d9675881beb6dd5f90ca4677b0d
authorMaxime Coste <frrrwww@gmail.com>
Wed, 11 Jun 2014 13:09:59 +0000 (11 14:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 18:04:04 +0000 (13 11:04 -0700)
treec47fb036df6646de845f80c0a0939a91b1cd3961
parentb4073bb387ef303c9ac3c044f46d6a8ae6e190f0
git-p4: fix submit in non --prepare-p4-only mode

b4073bb3 (git-p4: Do not include diff in spec file when just
preparing p4, 2014-05-24) broke git p4 submit, here is a proper
fix, including proper handling for windows end of lines.

Signed-off-by: Maxime Coste <frrrwww@gmail.com>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py