语境
我们是一个使用 github 进行协作的开发人员团队。我们需要在 TFS 上镜像我们的发布分支,以便我们为每个 git 提交都有一个 tfs 变更集。似乎最好的方法是使用git-tfs rcheckin。
在对我之前的 git-tfs 问题的回答的评论中,Matt Burke告诉我
All changesets will be attributed to you... git-tfs connects to TFS with your
credentials, and there's not an "attribute this to someone else" parameter on
checkin (at least, not that I know of).
正确提交 -> 变更集归属
如果一个人只使用我们的 tfs 镜像,我有什么方法可以识别出归因于我的这种 tfs 变更集的原始提交者?
有没有办法在 TFS 中存储元数据,或者有没有办法编写 git-tfs 脚本以便将此信息添加到提交消息中?