X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff.h;h=3027974c1ec74217a58345b4ab48e673ee3db710;hb=e78503db1658ab6650608359cfd8beaf1645239f;hp=b3b2c4dd28c4f1a8f14948e5d1262dd71f1e96cf;hpb=fd60acaced6de16ebfb66959067e2b29f99a133e;p=git.git diff --git a/diff.h b/diff.h index b3b2c4dd..3027974c 100644 --- a/diff.h +++ b/diff.h @@ -28,9 +28,12 @@ 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; + find_copies_harder:1, + summary:1; + int context; int break_opt; int detect_rename; int line_termination;