X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=63738c1dd4c71cb1beacaffea40bf51377a137ea;hb=ed82edc402c271a707da632083f1f4c19155d573;hp=a0d2ce13994c1a8751bf7b207671e95c5bc5db97;hpb=de5e61eb0d130393b50f0de01530113ab02bdf01;p=git.git diff --git a/diff.h b/diff.h index a0d2ce139..63738c1dd 100644 --- a/diff.h +++ b/diff.h @@ -59,6 +59,7 @@ struct diff_options { color_diff_words:1, has_changes:1, quiet:1, + allow_external:1, exit_with_status:1; int context; int break_opt;