/
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
range-diff: respect diff_option.file rather than assuming 'stdout'
[git/git.git]
/
range-diff.h
Commit
Line
Data
d9c66f0b
JS
1
#ifndef RANGE_DIFF_H
2
#define RANGE_DIFF_H
3
c8c5e43a
JS
4
#include "diff.h"
5
d9c66f0b
6
int show_range_diff(const char *range1, const char *range2,
c8c5e43a
7
int creation_factor, struct diff_options *diffopt);
d9c66f0b
JS
8
9
#endif