Method

GgitRevisionWalkerpush_range

Declaration [src]

void
ggit_revision_walker_push_range (
  GgitRevisionWalker* walker,
  const gchar* range,
  GError** error
)

Description [src]

Push and hide the respective endpoints of the given range. The range should be of the form: &ltcommit&gt..<commit>, where each <commit> is in the form accepted by revparse. The left-hand commit will be hidden and the right-hand commit pushed.

Parameters

range const gchar*
 

The range 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.