This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new ebd27d8e883 [fix](github) force use text diff for .out files (#56330)
ebd27d8e883 is described below
commit ebd27d8e883c28d49d35dfd4a7e46d432c221bc9
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon Sep 22 19:20:53 2025 -0700
[fix](github) force use text diff for .out files (#56330)
when executing `git diff`, treat .out file as text file
---
.gitattributes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitattributes b/.gitattributes
index 822778e0ffc..f0ebbb509d3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -14,6 +14,6 @@
*.thrift text eol=lf
*.proto text eol=lf
*.conf text eol=lf
-*.out text eol=lf -diff
+*.out text eol=lf diff
*.groovy -linguist-detectable
regression-test/ export-ignore
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]