Files
git/builtin
Stefan Beller cf63051ada diff: introduce DIFF_PICKAXE_KINDS_MASK
Currently the check whether to perform pickaxing is done via checking
`diffopt->pickaxe`, which contains the command line argument that we
want to pickaxe for. Soon we'll introduce a new type of pickaxing, that
will not store anything in the `.pickaxe` field, so let's migrate the
check to be dependent on pickaxe_opts.

It is not enough to just replace the check for pickaxe by pickaxe_opts,
because flags might be set, but pickaxing was not requested ('-i').
To cope with that, introduce a mask to check only for the bits indicating
the modes of operation.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-01-04 15:02:40 -08:00
..
2017-10-06 10:07:18 +09:00
2016-11-22 13:55:20 -08:00
2017-11-06 14:24:27 +09:00
2017-06-24 14:28:41 -07:00
2017-11-06 14:24:27 +09:00
2017-11-06 14:24:27 +09:00
2017-11-06 14:24:27 +09:00
2017-10-07 16:27:55 +09:00
2017-03-31 08:33:56 -07:00
2017-09-25 15:24:07 +09:00
2018-01-04 15:02:40 -08:00
2017-06-24 14:28:41 -07:00
2017-08-03 13:11:02 -07:00
2017-08-26 22:55:09 -07:00
2017-11-06 14:24:27 +09:00
2017-11-06 14:24:27 +09:00
2017-06-24 14:28:41 -07:00
2017-08-03 13:11:02 -07:00
2017-08-22 10:29:03 -07:00
2017-11-06 14:24:27 +09:00
2017-11-06 14:24:27 +09:00
2017-06-24 14:28:41 -07:00