我想要在特定的提交(Commit_id)中获得特定文件(File_path)的修改信息。我知道我可以使用git show commit_id file_path来实现。现在,我只能使用git show --follow da2727b4556e19b873911ffaa6ae10043bb78715来获取该提交中所有已更改文件的修改信息。我想知道是否有一种方法可以获得特定重命名文件的修改信息?谢谢!
详细信息git rebase -i HEAD~4pick b010299 #91691 Add test for# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending# s, squash = use commit, but meld into previous