summaryrefslogtreecommitdiff
path: root/diffcore.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-31 20:44:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-31 21:30:28 (GMT)
commit382f013bc40452e4c24b8698217a14ff35f6dcec (patch)
tree0a6241cc2c7cf54232f6999c40417fb6877666bc /diffcore.h
parenta2c2cef0cd5210aa870e1d226d348a7ddd0277ff (diff)
downloadgit-382f013bc40452e4c24b8698217a14ff35f6dcec.zip
git-382f013bc40452e4c24b8698217a14ff35f6dcec.tar.gz
git-382f013bc40452e4c24b8698217a14ff35f6dcec.tar.bz2
diff: pass the entire diff-options to diffcore_pickaxe()
That would make it easier to give enhanced feature to the pickaxe transformation. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore.h')
-rw-r--r--diffcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diffcore.h b/diffcore.h
index 8b3241a..b8f1fde 100644
--- a/diffcore.h
+++ b/diffcore.h
@@ -107,7 +107,7 @@ extern void diff_q(struct diff_queue_struct *, struct diff_filepair *);
extern void diffcore_break(int);
extern void diffcore_rename(struct diff_options *);
extern void diffcore_merge_broken(void);
-extern void diffcore_pickaxe(const char *needle, int opts);
+extern void diffcore_pickaxe(struct diff_options *);
extern void diffcore_order(const char *orderfile);
#define DIFF_DEBUG 0