git Xcode 中的奇怪 git 差异日志(完全是空白)

Weird git diff log (exactly whitespace) in Xcode

Xcode13,macOS 蒙特雷 12.0(测试版)

嗨,我在 git diff 日志中有一个奇怪的空格错误。
发生在 Xcode13(或 Monterey Beta),以前从未发生过。

请看下面两张图

有人遇到过这个问题吗?
或者有什么办法让它像以前一样出来?

首先检查这是否是因为贡献者在他们的代码中使用了不同的制表符大小。

如果合并这样的 pull request 在 GitHub 本身不可行,您可以考虑:

  • checking out the PR locally
  • 自己合并 PR 分支,ignoring any whitespace conflict,并重新应用您自己的代码格式标准。