From 708dca282eabf75f6bc9756849118c9a6db1cd2a Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 28 Mar 2017 21:09:19 -0400 Subject: [PATCH] post commit which double checks for freebie presence // FREEBIE --- Utilities/post-commit | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 Utilities/post-commit diff --git a/Utilities/post-commit b/Utilities/post-commit new file mode 100755 index 000000000..8ce81df92 --- /dev/null +++ b/Utilities/post-commit @@ -0,0 +1,12 @@ +#!/bin/bash + +git log -1 HEAD | grep -i FREEBIE > /dev/null + +if [[ $? -ne 0 ]] +then + cat <