Change Commit comment after commit?
catfood49
Posts: 18
Is it possible to change the comment that was added during a commit?
One of our developers realised they had written the wrong comment and needs to change for our version history. Is it possible?
:?:
One of our developers realised they had written the wrong comment and needs to change for our version history. Is it possible?
:?:
Comments
There isn't a way to do it through SQL Source Control, but depending on your source control system, it might support allowing you to change the comments.
For example, here is a way to do it with subversion:
<http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-checkin>
I hope this helps.