X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=9fd6d447d4c62e158c941a736e547c7e516cdd93;hb=f57882505efe05990102a0d96b37c09baadae03d;hp=a7ee6d8c87887b111ef84b95266e1ff43496e7c3;hpb=610f043bb378d12f399f4e5692fb874e0a043b23;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,