Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Add a feature to show side-by-side diff
[gitweb.git]
/
tree-walk.h
diff --git
a/tree-walk.h
b/tree-walk.h
index 39524b7dba6a1d0b63c4cd2b42db59a27a030b21..0089581e1dd55800302799a7381d4a7ad01bd79d 100644
(file)
--- a/
tree-walk.h
+++ b/
tree-walk.h
@@
-44,6
+44,7
@@
struct traverse_info {
struct traverse_info *prev;
struct name_entry name;
int pathlen;
+ struct pathspec *pathspec;
unsigned long conflicts;
traverse_callback_t fn;