Hello!
We found very useful using hashtags - something like
#build, #a ('a' stands for for our app name first letter), #review,
#fix, #refactor, etc in commit comments.
But It will be really nice if Tortoise log search mechanism will start to interpret them exactly as tags and search query like "#fix #a" return all commits with messages like:
- #a Broken link to FB page #fix"
- #fix #a Email address validatin at register page
- #fix Master page layout
Unfortunately now it can find only those message that starts exactly from "#a #fix" like "#a #fix Broken link".
Hope you understand the idea, thanks!