Jeff Smith <[email protected]> writes:
> 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 <[email protected]>
> ---
Looks good.
Thanks to "prepare everything in place before bulk movement"
approach this round takes, unlike the previous one, reviewing this
is just the matter of running
$ git blame -C -b HEAD^..HEAD -- blame.h
after applying this patch. Anything that is shown as "introduced"
by HEAD needs careful examination; everything else we already know
are good because we know it came from existing parts.
Thanks.