libgit2

git_diff_binary

Version:

Structure describing the binary contents of a diff.

Signature

typedef struct git_diff_binary { git_diff_binary_file old_file git_diff_binary_file new_file };

Members

old_file

The contents of the old file.

new_file

The contents of the new file.

Parameter To

Versions