pub fn msg_git_patch_resp(
nonce: u16,
status: u8,
flags: u8,
data: &[u8],
) -> Vec<u8> ⓘExpand description
Build a GIT_PATCH response. data is an uncompressed records buffer
when flags has GIT_PATCH_STRUCTURED, else unified-diff text.