MCPcopy Create free account
hub / github.com/PurpleBooth/git-mit / git2.rs

File git2.rs

mit-commit-message-lints/src/external/git2.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::{collections::BTreeMap, convert::TryFrom, path::PathBuf};
2
3use git2::{Config, Repository, RepositoryState};
4use miette::{IntoDiagnostic, Report, Result, miette};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected