【发布时间】:2019-12-24 16:24:45
【问题描述】:
我在 Git 中有一个存储库,其中大量文件被标记为 Git Gui 正在编辑,当我单击其中一个时会出现一个对话框,其中包含:
"No differences detected.
filename.h has no changes.
The modification date of this file was updated by another
application, but the context within the file has not changed.
A rescan will be automatically started to find other files which
may have the stame state."
如果我单击“确定”按钮,应用程序会重新扫描并显示完全相同的结果,这会出现无限循环,因为任何具有这种情况的文件都会显示相同的对话框。
有什么方法可以通过忽略空白自动从扫描中删除这些?
【问题讨论】:
-
@msanford,对不起,没有更好的