It is useful to have the list of Jira issues you commited against printed out to the console. This would help prevent a fat finger problem where you intended to commit to JIRA-123 and instead commited against JIRA-132.
So instead of
$ git commit
Commit message successfully verified
It might be something like
$ git commit
JIRA-123 - Some new feature
JIRA-1234 - Some subtask
Commit message successfully verified