Commit c4c4bc1fd83a6682c72702cc8d25b784c9ba3cbb

Russell Belfer 2012-03-05T09:30:17

Convert from strnlen to git_text_is_binary Since strnlen is not supported on all platforms and since we now have the shiny new git_text_is_binary in the filtering code, let's convert diff binary detection to use the new stuff.