]> git.ipfire.org Git - thirdparty/git.git/blame - range-diff.h
range-diff: improve the order of the shown commits
[thirdparty/git.git] / range-diff.h
CommitLineData
d9c66f0b
JS
1#ifndef RANGE_DIFF_H
2#define RANGE_DIFF_H
3
4int show_range_diff(const char *range1, const char *range2,
5 int creation_factor);
6
7#endif