Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff: pass the entire diff-options to diffcore_pickaxe()
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 6fb97d4623192167e9b9f83b02dfe9250f028c0a..6631fa387cb716dc44834b04a2cf5bfd87226222 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-4166,7
+4166,7
@@
void diffcore_std(struct diff_options *options)
diffcore_merge_broken();
}
if (options->pickaxe)
- diffcore_pickaxe(options
->pickaxe, options->pickaxe_opts
);
+ diffcore_pickaxe(options);
if (options->orderfile)
diffcore_order(options->orderfile);
if (!options->found_follow)