git p4: add submit --prepare-p4-only option
commit728b7ad8bb6491d1d8bcd7498e06474b15812d52
authorPete Wyckoff <pw@padd.com>
Sun, 9 Sep 2012 20:16:12 +0000 (9 16:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2012 04:52:52 +0000 (16 21:52 -0700)
treebce3d60130fa34cd6789b521fb009f9ddcbe3429
parentef739f0829f866b7e70e072a6744dc9cd1e12822
git p4: add submit --prepare-p4-only option

This option can be used to prepare the client workspace for
submission, only.  It does not invoke the final "p4 submit".
A message describes how to proceed, either submitting the
changes or reverting.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
git-p4.py
t/t9807-git-p4-submit.sh