Whamcloud - gitweb
LU-1199 build: Clean out the build directory
[fs/lustre-release.git] / build / commit.nosum
diff --git a/build/commit.nosum b/build/commit.nosum
deleted file mode 100644 (file)
index 65d891a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Improve the checks done by the commit-msg script.  It now ensures
-that all the parts of the commit message are present.
-- validate that the Change-Id: generated from 'git hash-object' is
-  not empty, since this can happen if git is unhappy with the options
-- check for only one Change-Id: line (multiple Signed-off-by: OK)
-- describe the "component:" field better, with examples
-
-If there was an error committing the message, save a copy to a
-temporary file, so that it can be edited and re-used, instead of
-having to recreate it each time, or fetch it from .git/COMMIT_MSG.
-
-Signed-off-by: Andreas Dilger <adilger@whamcloud.com>