pub fn git_commit( message: String, body: Option<String>, footer: Option<String>, cwd: Option<String>, ) -> Result<bool, Error>