X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=97d39ac96175a5df191023697388f14c4f7e6c7c;hb=52e9578985fb636ec1d3f6cf794fdadd5ec896fc;hp=86a645afee15ae061b7965b46ec2e97aa406bcec;hpb=427dcb4bca49117664d9428fd4e86483f516d703;p=git.git diff --git a/diff.h b/diff.h index 86a645af..97d39ac9 100644 --- a/diff.h +++ b/diff.h @@ -20,6 +20,7 @@ extern void diff_unmerge(const char *path); extern int diff_scoreopt_parse(const char *opt); extern void diff_setup(int detect_rename, int minimum_score, + char *pickaxe, int reverse, int raw_output, const char **spec, int cnt);