pub fn push_password_if_match(
    target: &Path,
    found: &Path,
    commit: &Commit<'_>,
    repo: &Repository,
    passwords: &mut Vec<PasswordEntry>,
    oid: &Oid,
    store: &PasswordStore
) -> bool