>
> There is no signed-off included in the commit?
>
>
> Cheers,
>
> Hugo

Where did you see this?

The commit logs record committer, it's just that the default pretty
format option only shows medium output (author, date, and one line of
description)

If you run git log with the --pretty=full it will show

commit c02197ae86ba90ee4553fa437a1200e64915649f
Author: Niels de Vos <nde...@redhat.com>
Commit: Wido den Hollander <w...@widodh.nl>

    Add Gluster to the list of protocols in the Management Server

    Gluster can now be used for Primary Storage just like NFS. This
change adds the
    Gluster protocol to the Management Server:

        Infrastructure -> Primary Storage -> Add Primary Storage

    And also add the option to create Primary Storage on Gluster when
    following the 'Add Zone' wizard from:

        Infrastructure -> Zones -> Add Zone

    Some screenshots and verification:
    - http://blog.nixpanic.net/2013/12/using-gluster-as-primary-storage-in.html

You can also define format in your own git config. The git emails show
more details as well

https://www.kernel.org/pub/software/scm/git/docs/git-log.html for more info.

Reply via email to