Method
GgitCommitget_subject
Declaration [src]
const gchar*
ggit_commit_get_subject (
GgitCommit* commit
)
Description [src]
Gets the subject of commit
. 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.