]> git.ipfire.org Git - thirdparty/git.git/commit
diff.c: move the diff filter bits definitions up a bit
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 28 Jan 2022 12:02:49 +0000 (12:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jan 2022 18:18:17 +0000 (10:18 -0800)
commit4d4d4eaa7b7f7ceda0648273ad33b71fc68e36c1
tree63df22d4a47d63a8fa0951f24d9d5efe498d1611
parentd843e319f88f85323ec9865529170181d04b7361
diff.c: move the diff filter bits definitions up a bit

This prepares for a more careful handling of the `--diff-filter`
options over the next few commits.

This commit is best viewed with `--color-moved`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c