]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
blame: move show_root flag to scoreboard
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:22 +0000 (00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:51 +0000 (15:41 +0900)
commit2cf833743294f27d8f167043c84146455b96bdb7
tree7b731a33922cba72aa8b111f1e39e49aec8d84b8
parentf81d70e94010bd0a137249fcf16e15bd4e3d722a
blame: move show_root flag to scoreboard

The show_root flag is 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