get_subject


Description:

public unowned string? get_subject ()

Gets the subject of this.

The subject of a commit is the first line of the commit message (as per convention). The resulting subject is always encoded in UTF-8.

Parameters:

this

a Commit.

Returns:

the subject of the commit.