From 5b03dca71a3eb2401f578718257d25c573879777 Mon Sep 17 00:00:00 2001
From: Pat Hickey <pat@galois.com>
Date: Thu, 16 Aug 2012 17:49:45 -0700
Subject: [PATCH] better commit message for uncrustify

---
 reformat.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reformat.sh b/reformat.sh
index dd9dcaa87..acfcc2a57 100755
--- a/reformat.sh
+++ b/reformat.sh
@@ -5,7 +5,7 @@ COMMIT=$2
 function do_commit {
   if [ $COMMIT == 1 ] ;then
       git commit $1 --author="uncrustify <pat@moreproductive.org>" \
-          --message="uncrustify";
+          --message="uncrustify $1";
   fi
 }
 
-- 
GitLab