Function ripasso::git::move_and_commit

source ·
pub fn move_and_commit(
    store: &PasswordStore,
    old_name: &Path,
    new_name: &Path,
    message: &str
) -> Result<Oid>
Expand description

Move a file to a new place in the store, and commit the move to the supplied git repository.