From 362659f0096b41b573cf2ee0c40e3d3ea7631b47 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 18 Sep 2016 01:00:25 +0900 Subject: [PATCH] =?UTF-8?q?Git=20hook:=20Remove=20trailing=20semicolons=20?= =?UTF-8?q?wrecking=20vim=E2=80=99s=20syntax=20highlighting.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index ee818b566..6dd281c4a 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -7,7 +7,7 @@ paths_to_check="src/ CMakeLists.txt" # If there are whitespace errors, print the offending file names and fail. if ! git diff --cached --check -- $paths_to_check ; then - cat<