-
Notifications
You must be signed in to change notification settings - Fork 102
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
.git/crypt/transcrypt: line 245: GIT_REFLOG_ACTION: unbound variable #150
Comments
Hi @ZhymabekRoman I haven't been able to reproduce this error with some basic testing of Can you test the latest version on the |
@jmurty, Thanks for reply!
I think it's because I forgot to mention Auto-merging during the Full command output with latest roman@debian:~/Obsidian$ git stash pop
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
.git/crypt/transcrypt: line 267: THEIRS_LABEL: unbound variable
Auto-merging diary/.obsidian/plugins/recent-files-obsidian/data.json
CONFLICT (content): Merge conflict in diary/.obsidian/plugins/recent-files-obsidian/data.json
The stash entry is kept in case you need it again. |
Hi @ZhymabekRoman thanks for that clarification. I think I've fixed it properly now in commit 155808d, can you please re-test to confirm? To be clear for anyone following along, or reading this later, this bug was triggered when you:
If the further changes are staged, git will try to merge the stash content instead of failing with the usual Despite using git for years, I didn't know that staging file changes would trigger auto-merge behaviour when applying a stash with changes to the same file. Hat tip to https://stackoverflow.com/a/16613814 for teaching me this. |
@jmurty, I tested the latest version of transcrypt and everything seems to work perfectly! Thank you! |
Thank you for making transcrypt! When applying a stash with the
git stash pop
command, this error appears:transcrypt version: e08c359
git version: 2.30.2
The text was updated successfully, but these errors were encountered: