Expect to see files changed but with 0 insertions and 0 deletions, because we do not count line changes for binary file modifications. Signed-off-by: Alexander Strasser <eclipse7@xxxxxxx> --- This patch can be squashed into the first one if desirable. t/t4012-diff-binary.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index 7d03c1d..6cebb39 100755 --- a/t/t4012-diff-binary.sh +++ b/t/t4012-diff-binary.sh @@ -42,6 +42,12 @@ test_expect_success 'diff --shortstat output for binary file change' ' test_i18ncmp expected current ' +test_expect_success 'diff --shortstat output for binary file change only' ' + echo " 1 file changed, 0 insertions(+), 0 deletions(-)" >expected && + git diff --shortstat -- b >current && + test_i18ncmp expected current +' + test_expect_success 'apply --numstat notices binary file change' ' git diff >diff && git apply --numstat <diff >current && -- 1.7.10.2.552.gaa3bb87 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html