Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: drop password existence check #409

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

languitar
Copy link
Owner

@languitar languitar commented Sep 1, 2024

The new feature for checking whether a password exists in the store before using it makes pass-git-helper incompatible with pass lookalikes.

Fixes #387, reverts #372

This reverts commit b50ca3b.

@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.27%. Comparing base (a612c26) to head (afe7ae2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #409      +/-   ##
==========================================
- Coverage   91.57%   91.27%   -0.30%     
==========================================
  Files           1        1              
  Lines         178      172       -6     
  Branches       24       23       -1     
==========================================
- Hits          163      157       -6     
  Misses         10       10              
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The new feature for checking whether a password exists in the store
before using it makes pass-git-helper incompatible with pass lookalikes.

Fixes #387

This reverts commit b50ca3b.
@languitar languitar changed the title BREAKING CHANGE: drop password existence check fix: drop password existence check Sep 1, 2024
@languitar languitar merged commit 2d455f2 into main Sep 2, 2024
8 of 9 checks passed
@languitar languitar deleted the revert/existence-check branch September 2, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Since version 1.5.0, implementation is tied to the way pass stores the passwords
2 participants