Hi,
I just started using Source Tree. I got stuck when i wanted to tag a branch. There is a option to tag, i tried that it did tag the branch but uses its own commit message, so when i try to push it to repository, it fails because our pre-commit hook doesn't allow to commit without a "Jira Number".
This happens for both Adding/Removing tag, is there a way i can use my own commit message to add/remove tag.
Thank you,
Suvir
No you can't currently customise the tag message. Your pre-commit hook seems a bit too strict, there are plenty of commits that wouldn't realistically have a real JIRA number, such as tags, merges and branch closures. I can log a feature request for the tag, but in practice I don't think that pre-commit hook has been fully thought through.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.