git blame: Parse permalinks client side (#10714)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-04-18 12:36:22 +02:00 committed by GitHub
parent d5c5394693
commit c2428f9f5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 40 additions and 18 deletions

View file

@ -10727,6 +10727,7 @@ fn serialize_blame_buffer_response(blame: git::blame::Blame) -> proto::BlameBuff
entries,
messages,
permalinks,
remote_url: blame.remote_url,
}
}
@ -10775,6 +10776,7 @@ fn deserialize_blame_buffer_response(response: proto::BlameBufferResponse) -> gi
entries,
permalinks,
messages,
remote_url: response.remote_url,
}
}