Make it possible to abort the submission of a change to Perforce
authorSimon Hausmann <simon@lst.de>
Wed, 27 Aug 2008 07:30:29 +0000 (09:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Aug 2008 19:19:47 +0000 (12:19 -0700)
Currently it is not possible to skip the submission of a change to Perforce
when running git-p4 submit. This patch compares the modification time before
and after the submit editor invokation and offers a prompt for skipping if
the submit template file was not saved.

Signed-off-by: Simon Hausmann <simon@lst.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found