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.
使用 JGit,我想通过 git log --name-status 获取提交时更改的文件列表。
这可能吗?如果是这样,你怎么做?
我使用来自伟大的GitBlit-Tool的 JGitUtils 的修改版本:
查看方法的来源 getFilesInCommit以了解其工作原理(PathChangeModel仅用于保存数据。)
getFilesInCommit
PathChangeModel