]> git.ipfire.org Git - thirdparty/git.git/blob - range-diff.h
Merge branch 'np/log-graph-octopus-fix' into maint
[thirdparty/git.git] / range-diff.h
1 #ifndef RANGE_DIFF_H
2 #define RANGE_DIFF_H
3
4 #include "diff.h"
5
6 int show_range_diff(const char *range1, const char *range2,
7 int creation_factor, struct diff_options *diffopt);
8
9 #endif