标签: git gitk
如何将"extensive" Git copy detection与gitk GUI前端一起使用?我有一些包含现有文件副本的提交,我想检查这些提交以及Gitk中的复制操作。
使用git show --find-copies-harder <sha1>,我可以在命令行上检查一次提交,并查看其中是否包含复制的文件。如何在Gitk中看到相同的东西?
git show --find-copies-harder <sha1>
我尝试运行gitk --find-copies-harder,但是在commit diff视图中仍然没有复制指示。
gitk --find-copies-harder