misc: Updated git-commit-msg.py to print rejected commit
authorBobby R. Bruce <bbruce@ucdavis.edu>
Mon, 10 Feb 2020 20:07:52 +0000 (12:07 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 13 Feb 2020 21:28:20 +0000 (21:28 +0000)
commit7b14697463b533df3c070b1d8e94fae53abf2736
treed6a8aca30aafa7507356b2b0ca774bf2a4c3d98f
parente01ead41c2d800300745bc65760e9627c2015a01
misc: Updated git-commit-msg.py to print rejected commit

A rejected commit is now printed to stdout. This adds an additional
level of security if the ".git/COMMIT_EDITMSG" is deleted/overwritten.

Jira: https://gem5.atlassian.net/browse/GEM5-321
Change-Id: I87d463f7c40024d68bf78705f0d02fcea9f0eeeb
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25343
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
util/git-commit-msg.py