X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=0c51724493f76461b67d6ef8f5556852819ad809;hb=dbdc07fcbe3a951df8a3869b42edb6fffd466486;hp=8c66b59517305546d3e2f66fca652284468e1da1;hpb=c9de921848061db9316fe8dc2ebff4bcadf8117f;p=git.git diff --git a/diff.h b/diff.h index 8c66b5951..0c5172449 100644 --- a/diff.h +++ b/diff.h @@ -79,6 +79,7 @@ typedef struct strbuf *(*diff_prefix_fn_t)(struct diff_options *opt, void *data) #define DIFF_OPT_IGNORE_DIRTY_SUBMODULES (1 << 26) #define DIFF_OPT_OVERRIDE_SUBMODULE_CONFIG (1 << 27) #define DIFF_OPT_DIRSTAT_BY_LINE (1 << 28) +#define DIFF_OPT_FUNCCONTEXT (1 << 29) #define DIFF_OPT_TST(opts, flag) ((opts)->flags & DIFF_OPT_##flag) #define DIFF_OPT_SET(opts, flag) ((opts)->flags |= DIFF_OPT_##flag)