Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff: convert struct diff_filespec to struct object_id
[gitweb.git]
/
diffcore.h
diff --git
a/diffcore.h
b/diffcore.h
index 33ea2de348803b29a08a6713ae4cab1345f874d9..c40e5b6c1b8ac9af64bafcfe225651e0318114ce 100644
(file)
--- a/
diffcore.h
+++ b/
diffcore.h
@@
-25,7
+25,7
@@
struct userdiff_driver;
struct diff_filespec {
-
unsigned char sha1[20]
;
+
struct object_id oid
;
char *path;
void *data;
void *cnt_data;