]> git.ipfire.org Git - thirdparty/git.git/commit - blame.h
blame: move core structures to header
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:32 +0000 (00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 May 2017 04:08:22 +0000 (13:08 +0900)
commitdc076ae5d9fe8c2fbf238b265c1bc1f6f089fd16
tree0a00f5936fd5a82a0037dd867f8109e6119c7d5c
parente94f77f0e28788972c3c828bdcbe5d68d034849e
blame: move core structures to header

The origin, entry, and scoreboard structures are core to the blame
interface and need to be exposed for blame functionality.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
blame.h [new file with mode: 0644]
builtin/blame.c