How do we setup commit hooks for TortoiseGit / BitBucket to require JIRA comment and specific comment character length

Tim Dol February 12, 2013

How do we setup commit hooks for TortoiseGit / BitBucket to require JIRA comment and specific comment character length

1 answer

1 accepted

0 votes
Answer accepted
Paul Greig
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 14, 2013

Hi Tim,

I would suggest configuring a pre-commit hook for git, this allows the message being commited to be verified before the commit occurs:

http://git-scm.com/book/en/Customizing-Git-Git-Hooks

Cheers,

Paul

Suggest an answer

Log in or Sign up to answer