Commit 3fd99be98a91416dae77d65fe593965a0723fa8c

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.