lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] gwc-no-xslfo d4a77cd 1/4: Temporarily suppress pre-c


From: Greg Chicares
Subject: [lmi-commits] [lmi] gwc-no-xslfo d4a77cd 1/4: Temporarily suppress pre-commit hook
Date: Mon, 22 Jan 2018 20:43:59 -0500 (EST)

branch: gwc-no-xslfo
commit d4a77cdc447b79c827b29cf7e8333931104ba569
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Temporarily suppress pre-commit hook
    
    Numerous files are to be committed verbatim from a 2017 branch (their
    copyrights will be updated before they're released into production.)
    The clearest way to do this is to backdate the copyright check in file
    'test_coding_rules.cpp', but that file itself cannot be committed
    verbatim without temporarily suppressing the pre-commit hook on this
    branch.
---
 hooks/pre-commit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hooks/pre-commit b/hooks/pre-commit
index 00e41f5..a3631eb 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -45,5 +45,7 @@ check_concinnity()
 }
 
 printf "checking..."
-check_concinnity
+# Comment this out temporarily to permit committing files verbatim
+# from a 2017 branch.
+#check_concinnity
 printf "okay\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]