]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/PatchCheck.py: Update for max length of subject and message line
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 17 Oct 2016 03:06:33 +0000 (11:06 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 20 Oct 2016 23:23:57 +0000 (07:23 +0800)
commite61406708c83f96d3dc2e8899716cce43c058491
tree0acb9bc984baa9ac5b46597049ee7c7fa3b2d04b
parentb752e8a3fb685ae04155bf6a34a9aac83810613f
BaseTools/PatchCheck.py: Update for max length of subject and message line

This patch update PatchCheck.py:
1. The subject line of the commit message should be < 72 characters.
2. The other lines of the commit message should be < 76 characters.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=113
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
BaseTools/Scripts/PatchCheck.py