我正在学习git-svn,看起来SVN在git svn dcommit
之后失去了作者。当我查看svn日志时,提交就在那里但没有作者。
我已经阅读了这个authors.txt
文件,并学会了如何告诉git,但我的努力没有用。
我的全局.gitconfig
文件包含:
[svn]
authorsfile = C:\\path\\to\\authors.txt
我的authors.txt
文件包含:
Joe = Joe Bloggs <joe.bloggs@example.com>
答案 0 :(得分:0)
AFAIU作者文件在从svn获取数据到git时起作用,即svn&#39; Joe
将成为Joe Bloggs <joe.bloggs@example.com>
。该功能不会反过来工作。通过git svn dcommit
推回到svn的所有提交都将由提交的svn用户识别。