Whamcloud - gitweb
LU-1339 libcfs: add crc32 pclmulqdq implementation
[fs/lustre-release.git] / build / commit.nosum
1 Improve the checks done by the commit-msg script.  It now ensures
2 that all the parts of the commit message are present.
3 - validate that the Change-Id: generated from 'git hash-object' is
4   not empty, since this can happen if git is unhappy with the options
5 - check for only one Change-Id: line (multiple Signed-off-by: OK)
6 - describe the "component:" field better, with examples
7
8 If there was an error committing the message, save a copy to a
9 temporary file, so that it can be edited and re-used, instead of
10 having to recreate it each time, or fetch it from .git/COMMIT_MSG.
11
12 Signed-off-by: Andreas Dilger <adilger@whamcloud.com>