]> git.ipfire.org Git - thirdparty/git.git/blame - interdiff.h
format-patch: teach --interdiff to respect -v/--reroll-count
[thirdparty/git.git] / interdiff.h
CommitLineData
126facf8
ES
1#ifndef INTERDIFF_H
2#define INTERDIFF_H
3
4struct rev_info;
5
6void show_interdiff(struct rev_info *);
7
8#endif