Function ripasso::git::remove_and_commit

source ·
pub fn remove_and_commit(
    store: &PasswordStore,
    paths: &[PathBuf],
    message: &str
) -> Result<Oid>
Expand description

Remove a file from the store, and commit the deletion to the supplied git repository.