scripts/kpatch: put a commented out diff into the commit message
commit21b1002926f71384454000acf1b63b97a400e088
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 18 Dec 2020 10:44:42 +0000 (18 13:44 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 18 Dec 2020 10:44:42 +0000 (18 13:44 +0300)
tree6b813f8541fa2d3d3b8c5da039e61ce4a8a28e8f
parentf9060b825e26cedf96d8168556588e2fdbb95abe
scripts/kpatch: put a commented out diff into the commit message

When I'm writing the commit message then I always try to remember what the
patch actually does.  But you can't see it in the log, because it hasn't
been committed and you can't see it with `git diff` because it has been
added.

This patch is a game changer for writing commit messages.  It seem crazy
but that is really true for me.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_scripts/kpatch.sh