This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| """ | |
| This is a prepare-commit-msg hook that fill append commit messages with:: | |
| Resolves: {TRACKER}#{TICKET-ID} | |
| For example a RedHat BZ 0001 would look like:: | |
| Correct the syntax error |