Closed theonewolf closed 13 years ago
Ok so basically if you have two commits with the same name Tigger will mark the task as completed twice. So let's say two days ago you had a commit called "test commit." Now let's say today you add a task called "test commit," you finished that task and then you commit with "test commit" Tigger will find both commit messages and mark the task off twice. Effectively there's no negative result, but it's annoying and confusing. I think maybe we should change the for loop in the Ruby code so that it doesn't go through every commit message but just looks at the most recent one. I can do this.
Fixed.
Fixed.
Awesome! Thanks!
No idea what cause it, willing to debug on the weekend:
Odd how it duplicated completed tasks, and also that one task finishing wasn't part of the commit message?