pub fn author_git<W: Write>(writer: &mut W, git: &Git) -> Result<(), GitError>Expand description
Authors the GIT file the typed view describes, into a writer.
ยงErrors
GitError::Gff when the writer fails or a value will not encode. The
typed view fixes the file type, so UnsupportedFileType cannot arise on
this side.