git gui 使用 diff -b 作为 difftool
我正在寻找一种方法来像往常一样继续使用 git gui 提交更改,但摆脱缩进更改(因为我不是唯一的开发人员)。使用“-b”开关进行 diff 可以解决问题,但我正在寻找正确的位置来告诉 git gui ... 任何解决方案将被采纳!
I'm looking for a way to keep using git gui to commit changes as I always do, but get rid of indentation changes (as i'm not the only dev). using the '-b' switch to diff does the trick but i'm looking for the right place to tell this to git gui ...
Any solution will be appriciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对你的问题感到困惑。 '-b' 不会消除缩进更改。它只是在显示差异时隐藏它们。
您可能应该在编辑器中处理制表符与空格的问题。
I'm confused by your question. '-b' doesn't get rid of indentation changes. It just hides them when it shows you the diff.
You probably should handle the tabs vs spaces issue in your editor.
这个补丁似乎可以满足您的要求。
This patch seems to do what you wish.