range-diff: improve the order of the shown commits
[git.git] / range-diff.h
blob7b6eef303f5efbe6400d4b58a999bdd770b9fecc
1 #ifndef RANGE_DIFF_H
2 #define RANGE_DIFF_H
4 int show_range_diff(const char *range1, const char *range2,
5 int creation_factor);
7 #endif