X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff.h;h=bef586d8502f6e78b95cce15456704572ffe8c00;hb=3adac0afe2f27aead02ed5dcf918e42e2172c3a4;hp=b3b2c4dd28c4f1a8f14948e5d1262dd71f1e96cf;hpb=188a634fec006a37489163b4bd36321d0a0ade77;p=git.git diff --git a/diff.h b/diff.h index b3b2c4dd..bef586d8 100644 --- a/diff.h +++ b/diff.h @@ -28,9 +28,11 @@ 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; + int context; int break_opt; int detect_rename; int line_termination;