libgit2/include
Russell Belfer e597b1890e Move diff max_size to public API
This commit adds a max_size value in the public `git_diff_options`
structure so that the user can automatically flag blobs over a
certain size as binary regardless of other properties.

Also, and perhaps more importantly, this moves binary detection
to be as early as possible in the diff traversal inner loop and
makes sure that we stop loading objects as soon as we decide that
they are binary.
2012-09-10 11:49:12 -07:00
..
git2 Move diff max_size to public API 2012-09-10 11:49:12 -07:00
git2.h Add public API for internal ignores 2012-08-21 17:26:39 -07:00