dpdk-fm10k/.gitattributes
Thomas Monjalon ad20fb4225 improve git diff
Sometimes git does not print the name of the function being changed
after @@. It happens especially after a goto label which is not indented.
Giving a hint about the languages of files .c, .h and .py
will improve hunk headers of "git diff" rendering.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-11-13 15:25:12 +01:00

4 lines
48 B
Plaintext

*.c diff=cpp
*.h diff=cpp
*.py diff=python