pub fn author_git_to_vec(git: &Git) -> Result<Vec<u8>, GitError>
Authors the GIT file the typed view describes, as bytes.
GitError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.
GitError::Gff
Vec