diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-09-05 09:10:39 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2018-09-10 15:13:11 +0000 |
commit | 77958023ffb26f1b848fd1ab1ea36f730bc1efce (patch) | |
tree | 130eccd5f3bffa8d427a9fcacd9ebdc5c65b5dad /ChangeLog | |
parent | 515074156db5492b22ee8db58e0b91caeed8f60c (diff) |
rfc.sh: use 'git log -n1' instead of 'git show'
This is required mainly because if we use any format in a
documentation, and it has strings which are looking for commit
msg format (like fixes: bz...) in document, that too will be
considered in checks, even though it is not part of commit msg.
By using git log -n1, we would only check the content of commit
msg.
Updates: bz#1193929
Change-Id: I498590de6d3daa6be7bcbee1f083ef3fa6ecc96f
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions