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.
我们正在使用 GitBlit 运行一个简单的 git 存储库,并使用它来查看特定提交的文件之间的差异。我正在寻找一种可以强制 gitblit 忽略不重要的差异(如行尾或空格)并显示真正改变的设置。如果我在 git bash 中键入 gitk 并选中“忽略空间更改”复选框,这将非常有效。
注意:我是一名 Git 初学者。
从 1.3.1 开始,Gitblit 还没有(还)有忽略空白更改的控件。
从 1.7.x 开始,Gitblit 在差异上具有可配置的空白支持。