git_diff_binary.contains_data

Whether there is data in this binary structure or not. If this is 1, then this was produced and included binary content. If this is 0 then this was generated knowing only that a binary file changed but without providing the data, probably from a patch that said Binary files a/file.txt and b/file.txt differ.

struct git_diff_binary
uint contains_data;

Meta