X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff.h;h=bef586d8502f6e78b95cce15456704572ffe8c00;hb=3adac0afe2f27aead02ed5dcf918e42e2172c3a4;hp=d052608404314880652561e4296e05e9da3f96ca;hpb=f7a3276bab880222e3117f8b8cbef40920dfe884;p=git.git diff --git a/diff.h b/diff.h index d0526084..bef586d8 100644 --- 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;