Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log,diff-tree: add --combined-all-paths option
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index b512d0477ac3a4a0338094a4d3b21770ecb57dd8..90ea0256a584bb3c4feccb4ee907b5b7ca2a6636 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-294,6
+294,7
@@
struct combine_diff_path {
char status;
unsigned int mode;
struct object_id oid;
+ struct strbuf path;
} parent[FLEX_ARRAY];
};
#define combine_diff_path_size(n, l) \