-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
[bug] Passwords deleted when merging #638
Comments
You can still get the deleted file from the commit history isn't it? |
Yes, hardly a solution though. I don’t always notice the file deletion until I need the password |
I have the same experience:
The commit shows that the password was added. Why would the app iOS delete them? also you don't realize until you need them. |
I tried to reproduce it precisely and here is how to it occurs. If I don't do anything wrong here, I think it's a relevant bug that should be fixed. Here what happens based on git commits:
@luk0y can you reproduce this on your side and give help? maybe we are doing something wrong? Maybe it's a bug though. |
I found the issue. Pass for iOS is not able to handle a merge from two parents and just ignores one parent (the one pushed from your computer to git). The best practice I think is: |
I am using Pass with a common git repo. An issue I noticed is that when the Pass merges local changes with changes from remote, it deletes any new files in remote and commits the result!
I seem to have a commit "Merge branch 'master'" by "Mobile User" which correctly merges the commits and then the next time I add a password, a commit by "Pass for iOS" deletes the merged files and adds the new one only.
The text was updated successfully, but these errors were encountered: