Jira issue number in git commit message
问题 At our company we are moving from svn to git. For issue tracking we use JIRA from Atlassian. Now we want to enforce that every commit message contains an issue number (just like we did with svn). We have found the commit-msg hook which we use to reject a commit if it does not contain an issue number. JIRA uses Fisheye to scan the git repo. If a commit message contains an issue number then the changes are shown under that issue. The problem is that a hook is not copied when a git repository is