X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff.h;h=d052608404314880652561e4296e05e9da3f96ca;hb=04e4888e5a6db847368a95eb986202fa460b2153;hp=b3b2c4dd28c4f1a8f14948e5d1262dd71f1e96cf;hpb=188a634fec006a37489163b4bd36321d0a0ade77;p=git.git diff --git a/diff.h b/diff.h index b3b2c4dd..d0526084 100644 --- a/diff.h +++ b/diff.h @@ -28,6 +28,7 @@ struct diff_options { with_raw:1, with_stat:1, tree_in_recursive:1, + binary:1, full_index:1, silent_on_remove:1, find_copies_harder:1;