From 6822c463eb81375998f9da0068f8f6139ab244c3 Mon Sep 17 00:00:00 2001 From: louib Date: Sat, 8 Feb 2020 12:07:19 -0500 Subject: [PATCH] Using git-diff --exit-code for diff details. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7380656..0df77f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ format: clang-format -i -style=file $(FORMATSOURCES) check-format: - clang-format -i -style=file $(FORMATSOURCES) && git diff-index --quiet HEAD + clang-format -i -style=file $(FORMATSOURCES) && git diff --exit-code