aboutsummaryrefslogtreecommitdiffstats
path: root/.git_commit_template.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-02-05misc: add new type for commit messageMohsin Kazmi1-7/+8
Type: style Change-Id: Ibfa8bd1c0987fd2a5050be6c454f665666eb0210 Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
2019-05-29make: git commit templateOle Troan1-0/+47
Add a commit template for tagging of commits with a type. Later tooling can then process the commit log and generate reports of new features etc. Usage: The template is automatically added to the current repository by make install-dep. (git config commit.template .git_commit_template.txt) Type: make Change-Id: I485d61f9852b7390e4f0539d737ab210f7b0723a Signed-off-by: Ole Troan <ot@cisco.com>