Method

GgitRevisionWalkerpush_glob

Declaration [src]

void
ggit_revision_walker_push_glob (
  GgitRevisionWalker* walker,
  const gchar* item,
  GError** error
)

Description [src]

Push all OIDs pointed to by references that match the given glob pattern to the revsision walker. A leading ‘refs/’ is implied if not present, as well as a trailing ‘/ \ ‘ if the glob lacks ‘?’, ‘\ ‘ or ‘[‘.

Parameters

item const gchar*
 

The glob to push.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.