tvl-depot/third_party/git/interdiff.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
119 B
C
Raw Normal View History

#ifndef INTERDIFF_H
#define INTERDIFF_H
struct rev_info;
void show_interdiff(struct rev_info *, int indent);
#endif