/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Sixth batch
[git/git.git]
/
interdiff.h
Commit
Line
Data
126facf8
ES
1
#ifndef INTERDIFF_H
2
#define INTERDIFF_H
3
4
struct rev_info;
5
3b026417
6
void show_interdiff(struct rev_info *, int indent);
126facf8
ES
7
8
#endif