Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Test 'checkout -m -- path'
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index 9585e41aea3ba32b1132a6137151b66b22908c32..007a0554d4b252e83e98f5578758d51ec0c6e120 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-134,9
+134,7
@@
struct diff_options {
FILE *file;
int close_file;
- int nr_paths;
- const char **paths;
- int *pathlens;
+ struct pathspec pathspec;
change_fn_t change;
add_remove_fn_t add_remove;
diff_format_fn_t format_callback;