/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
format-patch: add --interdiff option to embed diff in cover letter
[git/git.git]
/
interdiff.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef INTERDIFF_H
2
#define INTERDIFF_H
3
4
struct rev_info;
5
6
void show_interdiff(struct rev_info *);
7
8
#endif