]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-pickaxe.c
diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
authorStefan Beller <sbeller@google.com>
Thu, 4 Jan 2018 22:50:40 +0000 (14:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Jan 2018 23:02:40 +0000 (15:02 -0800)
commitc1ddc4610c553b06591aac74b610b56448cbb976
tree48fe627819dbb33b40ecefcf5d2a66d4d041ba08
parent929ed70a7263fc3be909b363993672b649153706
diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit

Currently flags for pickaxing are found in different places. Unify the
flags into the `pickaxe_opts` field, which will contain any pickaxe related
flags.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.h
diffcore-pickaxe.c
revision.c