What list of words can be used in commit messages after fixing a bug?

Posted by mkafkas on Stack Overflow See other posts from Stack Overflow or by mkafkas
Published on 2010-04-21T20:32:00Z Indexed on 2010/04/21 20:33 UTC
Read the original article Hit count: 188

Filed under:
|

I am currently working on a senior project on software engineering and implementing a defect prediction mechanism in software projects which use version control system.

Therefore, i want to ask the community about their commit message procedures.

Which words in the commit messages may infer "bug fixed" meaning? So that, i can understand that the modified files in that revision was in a buggy state?

© Stack Overflow or respective owner

Related posts about commit-message

Related posts about vcs