Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-bitmap-write: use GIT_MAX_RAWSZ for allocation
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 91bc180e37dc7d7810c0ab3e883e26cbe851385a..2b30ac270d9295e00641b08483fe07cd44dc51f6 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-224,6
+224,12
@@
struct rev_info {
const struct object_id *idiff_oid2;
const char *idiff_title;
+ /* range-diff */
+ const char *rdiff1;
+ const char *rdiff2;
+ int creation_factor;
+ const char *rdiff_title;
+
/* commit counts */
int count_left;
int count_right;