Skip to content

Reduce number of FindCommit calls from RefsController#logs_tree

What does this MR do?

Fixes gitaly#1057 (closed)

The old code was calling LastCommitForPath to extract a commit ID then call FindCommit to get a commit it already had in the first place!

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports