git diff: support "-U" and "--unified" options properly
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index d052608..bef586d 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -32,6 +32,7 @@ struct diff_options {
                 full_index:1,
                 silent_on_remove:1,
                 find_copies_harder:1;
+       int context;
        int break_opt;
        int detect_rename;
        int line_termination;