X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=07b153b56702e2271295dcea832c95afc55deb93;hb=86ff1d2012cc5e074d54c0823154019b99ca03f0;hp=a02ef28201814e26f685509607dd6fef31298181;hpb=944e3a88fe9fa767a9e0100661026992755ab917;p=git.git diff --git a/diff.h b/diff.h index a02ef282..07b153b5 100644 --- a/diff.h +++ b/diff.h @@ -24,6 +24,7 @@ struct diff_options { const char *orderfile; const char *pickaxe; unsigned recursive:1, + with_raw:1, tree_in_recursive:1, full_index:1; int break_opt;