Skip to content

Client side changes for ListLastCommitsForTree response update

John Cai requested to merge jc-update-list-last-commits into master

What does this MR do?

in gitaly!1168 (merged), we updated the RPC response of ListLastCommitsForTreeResponse to return the bytes of path instead of casting it into a string. This MR consumes the new field

What are the relevant issue numbers?

part of gitaly#1547 (closed)

Does this MR meet the acceptance criteria?

Edited by John Cai

Merge request reports