From 28ef7f9b28a8b58946e553090f8967d7c51ebc78 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Thu, 3 May 2012 17:25:01 +0200 Subject: diff: make git_diff_blobs() able to detect binary blobs --- tests-clar/diff/diff_helpers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests-clar/diff/diff_helpers.h') 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( -- cgit v1.2.1