qtpass doesn't commit deletes to git #81
Closed
Comments
Thanks for finding this! The git-removal part was not throughly tested (and rushed in) to be honest . . |
In reverse order
|
This is now in the master branch. |
Sweet! Thanks for the amazingly quick turn! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using version 0.9.2, I noticed that the behavior on password deletion is different than in 'pass' cli.
pass delete Foo
will both delete the file in git, and commit that deletion.QTpass will only delete the file in git, but not commit it.
The text was updated successfully, but these errors were encountered: