gpt4 book ai didi

git - 我怎样才能从 git-repo 中获取特定文件的作者?

转载 作者:太空狗 更新时间:2023-10-29 13:19:44 25 4
gpt4 key购买 nike

我有一个 git-repo,只需要特定文件的作者。我可以从 git-blame 命令中提取作者,但是有没有更简单的方法来只获取文件的作者姓名?

最佳答案

git log --format=%an -- $file

将向您显示该文件的所有提交以及该提交的作者。所以你每行有一个作者

另一个简单的解决方案是使用 git shortlog

git shortlog -s -- $file # add -n to sort by number of commits

关于git - 我怎样才能从 git-repo 中获取特定文件的作者?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2721335/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com