diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-05-03 17:25:01 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-05-07 12:18:32 +0200 |
commit | 28ef7f9b28a8b58946e553090f8967d7c51ebc78 (patch) | |
tree | 70916d5d3d5b2b55a4aafeb106ab32ce77ea7aaa /tests-clar/diff/diff_helpers.h | |
parent | cfe25b13fa04e12ed7a4f60fc5f323b990db20cd (diff) | |
download | libgit2-28ef7f9b28a8b58946e553090f8967d7c51ebc78.tar.gz |
diff: make git_diff_blobs() able to detect binary blobs
Diffstat (limited to 'tests-clar/diff/diff_helpers.h')
-rw-r--r-- | tests-clar/diff/diff_helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests-clar/diff/diff_helpers.h b/tests-clar/diff/diff_helpers.h index ca8c40177..994af0f76 100644 --- a/tests-clar/diff/diff_helpers.h +++ b/tests-clar/diff/diff_helpers.h @@ -20,6 +20,8 @@ typedef struct { int line_ctxt; int line_adds; int line_dels; + + bool at_least_one_of_them_is_binary; } diff_expects; extern int diff_file_fn( |