X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff.c;h=f7d4bc4b5aa479f6060e03e799aad76b9ad71d3d;hb=d6db01075b65da2b8584a0450619390893aae103;hp=13d5e3edf4f8b7f4aa544fab34d0db5f843dd3d5;hpb=52e9578985fb636ec1d3f6cf794fdadd5ec896fc;p=git.git diff --git a/diff.c b/diff.c index 13d5e3ed..f7d4bc4b 100644 --- a/diff.c +++ b/diff.c @@ -513,7 +513,7 @@ int diff_scoreopt_parse(const char *opt) } void diff_setup(int detect_rename_, int minimum_score_, - char *pickaxe_, + const char *pickaxe_, int reverse_diff_, int diff_raw_output_, const char **pathspec_, int speccnt_) {