Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
>---------------------------------------------------------------
commit bb2507922ea08a91567d6c4bbc6daa7122d02cf2
Author: Simon Wunderlich <sw(a)simonwunderlich.de>
Date: Tue Feb 28 17:24:14 2017 +0100
batman-adv: Update compatible kernel version number
Signed-off-by: Simon Wunderlich <sw(a)simonwunderlich.de>
>---------------------------------------------------------------
bb2507922ea08a91567d6c4bbc6daa7122d02cf2
README.external | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.external b/README.external
index 7befd31..25fc024 100644
--- a/README.external
+++ b/README.external
@@ -6,7 +6,7 @@ and as external module. The external module allows to get
new features without upgrading to a newer kernel version
and to get batman-adv specific bugfixes for kernels that are
not supported anymore. It compiles against and should work
-with Linux 3.2 - 4.10. Supporting older versions is not
+with Linux 3.2 - 4.11. Supporting older versions is not
planned, but it's probably easy to backport it. If you work on a
backport, feel free to contact us. :-)
Repository : ssh://git@open-mesh.org/batctl
On branch : master
>---------------------------------------------------------------
commit eb819b8be1157f08a3e2b91ad303d0ee6caa64af
Author: Jean Delvare <jdelvare(a)suse.de>
Date: Tue Feb 21 10:06:40 2017 +0100
batctl: set git diff driver for C source code files
Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.
Signed-off-by: Jean Delvare <jdelvare(a)suse.de>
[sven(a)narfation.org: Ported patch from linux.git]
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
eb819b8be1157f08a3e2b91ad303d0ee6caa64af
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index eeef3e0..1d2a7e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
/.gitignore export-ignore
/.gitattributes export-ignore
+*.c diff=cpp
+*.h diff=cpp
Repository : ssh://git@open-mesh.org/batman-adv
On branches: ecsv/pu,ecsv/pu2,master
>---------------------------------------------------------------
commit 83a0016de8d85e3ceb2f9794664b440dedf9225b
Author: Jean Delvare <jdelvare(a)suse.de>
Date: Tue Feb 21 10:06:40 2017 +0100
batman-adv: set git diff driver for C source code files
Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.
Signed-off-by: Jean Delvare <jdelvare(a)suse.de>
[sven(a)narfation.org: Ported patch from linux.git]
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
83a0016de8d85e3ceb2f9794664b440dedf9225b
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index eeef3e0..1d2a7e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
/.gitignore export-ignore
/.gitattributes export-ignore
+*.c diff=cpp
+*.h diff=cpp