X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=9fd6d447d4c62e158c941a736e547c7e516cdd93;hb=11a264050f61bb15c413cced058db2ac96fd96f9;hp=a7ee6d8c87887b111ef84b95266e1ff43496e7c3;hpb=684a93d958262695473b6e3ff815df1ec948e4b7;p=git.git diff --git a/diff.h b/diff.h index a7ee6d8c8..9fd6d447d 100644 --- a/diff.h +++ b/diff.h @@ -55,6 +55,7 @@ struct diff_options { full_index:1, silent_on_remove:1, find_copies_harder:1, + follow_renames:1, color_diff:1, color_diff_words:1, has_changes:1,