Merge branch 'ab/checkout-default-remote'
[git.git] / range-diff.h
blob2407d46a301e5554bf3a4f855d20cc408b1f89bd
1 #ifndef RANGE_DIFF_H
2 #define RANGE_DIFF_H
4 #include "diff.h"
6 int show_range_diff(const char *range1, const char *range2,
7 int creation_factor, struct diff_options *diffopt);
9 #endif