Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use std::{collections::BTreeMap, convert::TryFrom, path::PathBuf};
2
3
use git2::{Config, Repository, RepositoryState};
4
use miette::{IntoDiagnostic, Report, Result, miette};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected