X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=range-diff.h;h=08a50b6e98fc768f42e48b33c70ffbf17a7e8e4c;hb=b57e8119e6e08f731308923ef2b033eb45152bc6;hp=2407d46a301e5554bf3a4f855d20cc408b1f89bd;hpb=171309399a43a87af90dd3ca2b35a0f0f3aae908;p=thirdparty%2Fgit.git diff --git a/range-diff.h b/range-diff.h index 2407d46a30..08a50b6e98 100644 --- a/range-diff.h +++ b/range-diff.h @@ -3,7 +3,15 @@ #include "diff.h" +#define RANGE_DIFF_CREATION_FACTOR_DEFAULT 60 + +/* + * Compare series of commmits in RANGE1 and RANGE2, and emit to the + * standard output. NULL can be passed to DIFFOPT to use the built-in + * default. + */ int show_range_diff(const char *range1, const char *range2, - int creation_factor, struct diff_options *diffopt); + int creation_factor, int dual_color, + struct diff_options *diffopt); #endif