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

The no_whole_file_rename 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