blame: move xdl_opts flags to scoreboard
commit73e1c299e55df4d6e577c3950fc6d53a8ec2cbef
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:23 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (24 15:41 +0900)
tree9ca89480dcdfc73f9f7048606e6e4dc3f74b644f
parent2cf833743294f27d8f167043c84146455b96bdb7
blame: move xdl_opts flags to scoreboard

The xdl_opts flags are used in parts of blame that are being moved to
libgit, and should be accessible via the scoreboard structure.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c