Only show the subject(%s) instead of raw body(%B) of the commit message
- show the raw body of the commit message:
$ git log -2 --pretty=format:%B
Add gzip compression level in nginx.conf
Signed-off-by: John Doe <j.doe@gmail.com>
- show the subject of the commit message:
$ git log -1 --pretty=format:%s
Remove redundant tag in tasks/nginx_Ubuntu.yml