Function debian_analyzer::debcommit::debcommit
source · pub fn debcommit(
tree: &WorkingTree,
committer: Option<&str>,
subpath: &Path,
paths: Option<&[&Path]>,
reporter: Option<&dyn CommitReporter>,
message: Option<&str>,
) -> Result<RevisionId, Error>