From 362659f0096b41b573cf2ee0c40e3d3ea7631b47 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 18 Sep 2016 01:00:25 +0900 Subject: Git hook: Remove trailing semicolons wrecking vim’s syntax highlighting. --- hooks/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hooks/pre-commit') 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<