X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=d052608404314880652561e4296e05e9da3f96ca;hb=0660626caff6ac3745cd7b7908a2ca540141a2ec;hp=b3b2c4dd28c4f1a8f14948e5d1262dd71f1e96cf;hpb=051308f6e9cebeb76b8fb4f52b7e9e7ce064445c;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;