Method

GgitDiffmerge

Declaration [src]

void
ggit_diff_merge (
  GgitDiff* onto,
  GgitDiff* from,
  GError** error
)

Description [src]

Merges from into onto unless error is set.

Parameters

from GgitDiff
 

The GgitDiff to merge.

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