summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-10 22:57:24 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-04-10 22:57:24 (GMT)
commit77882f60d9df2fd410ba7d732b01738315643c05 (patch)
tree19c1d865c1b4f5f50fa9938d4a482416c703c8b3 /diff.h
parenta13ba129cdc66b60eef177696084ff80034069b7 (diff)
downloadgit-77882f60d9df2fd410ba7d732b01738315643c05.zip
git-77882f60d9df2fd410ba7d732b01738315643c05.tar.gz
git-77882f60d9df2fd410ba7d732b01738315643c05.tar.bz2
Retire diffcore-pathspec.
Nobody except diff-stages used it -- the callers instead filtered the input to diffcore themselves. Make diff-stages do that as well and retire diffcore-pathspec. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index 0cebec1..a02ef28 100644
--- a/diff.h
+++ b/diff.h
@@ -20,7 +20,6 @@ typedef void (*add_remove_fn_t)(struct diff_options *options,
const char *base, const char *path);
struct diff_options {
- const char **paths;
const char *filter;
const char *orderfile;
const char *pickaxe;