WilbertOnGithub/TFS2GIT

Check-in messages gone after conversion

Closed this issue · 4 comments

After conversion from TFS 2 Git, the check-in messages are gone?

This should not happen. In all my testcases the commit messages are preserved. You can check it yourself in the function 'GetCommitMessage' in the script. Try to debug it in your situation to see what goes wrong.

The problem is that the commit is taking the info from --file. This is containing more information then the commit message.
2014-01-29 16_55_21-default asp png image 754531 pixels
So we've changed the script so it doesn't use --file but -m with the correct peace out of the --file output.

Feel free to leave a pull request so I can integrate that change. Sounds like an excellent addition.

I'll discuss with my colleague :)