git-p4: add p4-pre-submit exit text
authorBen Keene <seraphire@gmail.com>
Tue, 11 Feb 2020 18:58:00 +0000 (18:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Feb 2020 20:04:05 +0000 (12:04 -0800)
commitaa8b766a1393070fc85a585b875a4a4f34a08573
tree7dccdc555f45e7e4ff80967db01b688ca3b502d9
parent9f59ca4d6afc69aec09eeec10e823222f4d7507b
git-p4: add p4-pre-submit exit text

When the p4-pre-submit exits with a non-zero exit code, the application
will abort the process with no additional information presented to the
user. This can be confusing for new users as it may not be clear that
the p4-pre-submit action caused the error.

Add text to explain why the program aborted the submit action.

Signed-off-by: Ben Keene <seraphire@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py