aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/git
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01Fix: commit-msg hook conflicts with git-reviewyexin2-1/+15
Fix bug that the original commit-msg hook will conflict with the one from git-review. Also add an option (RMWS) to CMakelists to enable autoremove trailing whitespace when commit changes. Change-Id: I78a34758d1cf2501814e60b403a25df40de833f9 Signed-off-by: yexin <yexin13@huawei.com>
2018-07-26Feat: add commit message template and hookyexin2-0/+164
Use cmake to install the template and hook. Change-Id: Ie86ad2e1a4d1fe1999941445be969618b192eb32 Signed-off-by: yexin <yexin13@huawei.com>