Method

GgitRevisionWalkerhide

Declaration [src]

void
ggit_revision_walker_hide (
  GgitRevisionWalker* walker,
  GgitOId* oid,
  GError** error
)

Description [src]

Marks a commit (and its ancestors) uninteresting for the output.

The given OID must belong to a commit on the walked repository.

The resolved commit and all its parents will be hidden from the output on the revision walk.

Parameters

oid GgitOId
 

A GgitOId.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.