c2a6082b13
ssia
23 lines
520 B
Diff
23 lines
520 B
Diff
From 72a97484031ee4e1189ec6588377dbe82ead5780 Mon Sep 17 00:00:00 2001
|
|
From: Jean Delvare <jdelvare@suse.de>
|
|
Date: Wed, 24 May 2017 11:36:28 +0200
|
|
Subject: [PATCH 02/21] Use the appropriate git diff drivers for C source files
|
|
|
|
---
|
|
.gitattributes | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
index 5966153..dd61eef 100644
|
|
--- a/.gitattributes
|
|
+++ b/.gitattributes
|
|
@@ -1,2 +1,5 @@
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
+
|
|
+*.c diff=cpp
|
|
+*.h diff=cpp
|
|
--
|
|
2.17.1
|
|
|