mirror of https://github.com/grpc/grpc-java.git
gitattributes: Show diffs for golden generated code
'binary' in gitattributes is a macro for '-text -diff' where -text disables EOL modification and -diff disables textual diffs. However, these are text files, so we'd actually rather like to have diff.
This commit is contained in:
parent
380f26fd8d
commit
603135791a
|
@ -1,4 +1,4 @@
|
||||||
TestService.java.txt binary
|
TestService.java.txt -text
|
||||||
TestServiceLite.java.txt binary
|
TestServiceLite.java.txt -text
|
||||||
TestDeprecatedService.java.txt binary
|
TestDeprecatedService.java.txt -text
|
||||||
TestDeprecatedServiceLite.java.txt binary
|
TestDeprecatedServiceLite.java.txt -text
|
||||||
|
|
Loading…
Reference in New Issue