pub fn commit_files(
repo: &Repository,
paths: &[PathBuf],
message: &str,
) -> Result<(), VaultError>Expand description
Stage files and create a commit.
pub fn commit_files(
repo: &Repository,
paths: &[PathBuf],
message: &str,
) -> Result<(), VaultError>Stage files and create a commit.