我想为gerrit中的图像启用diff。查看文档后
https://gerrit-review.googlesource.com/Documentation/config-gerrit.html#mimetype
[mimetype "image/*"]
safe = true
为所有图片添加了。我们正在运行Gerrit Code Review(2.13.3),因此在我看来,图像差异应该已经有效了。
差异看起来像什么
index 84873aa..8bf6da5 100644
--- a/Graphics/hand_bitmap.png
+++ b/Graphics/hand_bitmap.png
Binary files differ
我错过了什么?