Method

GgitDifffind_similar

Declaration [src]

gboolean
ggit_diff_find_similar (
  GgitDiff* diff,
  GgitDiffFindOptions* options,
  GError** error
)

Description [src]

Transform diff marking file renames, copies, etc.. If options is set to NULL, then the default options will be used.

Parameters

options GgitDiffFindOptions
 

A GgitDiffFindOptions or NULL.

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

Return value

Returns: gboolean
 

TRUE if there were no errors, FALSE otherwise.