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

The argument from --contents 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