Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用cvs2git并且一切都很好,每个提交都有历史记录,它列出了与提交相关的每个用户。
cvs2git
然而,贡献者页面显示只有 1 个用户完成了所有提交。它列出的执行所有提交的用户是最后一个通过 提交的用户cvs。
cvs
git shortlog --no-merges -6000 -nse 显示每个用户完成的每个单独的提交
git shortlog --no-merges -6000 -nse
并转到贡献者页面并单击历史按钮显示每个单独的用户提交。
但摘要页面仅显示 1 完成了该项目的所有 1600 次提交。
我能做些什么来解决这个问题吗?