Skip to content

Hide the name of the signer in a signed commit #11

@oguya

Description

@oguya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions