Method
GgitRepositoryget_descendant_of
Declaration [src]
gboolean
ggit_repository_get_descendant_of (
GgitRepository* repository,
GgitOId* commit,
GgitOId* ancestor,
GError** error
)
Description [src]
Check whether com mit is a descendant of ancestor. Note that if this
function returns FALSE, an error might have occurred. If so, error will
be set appropriately.