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

undeletable comment #6

Open
masukomi opened this issue Sep 5, 2023 · 0 comments
Open

undeletable comment #6

masukomi opened this issue Sep 5, 2023 · 0 comments

Comments

@masukomi
Copy link
Owner

masukomi commented Sep 5, 2023

⛔ Warning (private-comments): private-comments--generic-callback[ERROR]: Missing required keys. Only had these: ((project_name_hash . 15ab11337cbe15387c49c4d2430c47cca1f42223881c32fe9f535359b7ca1baa) (file_path_hash . 06e34c24d1814e72b5f01023ecf46264e14c7329faa5aa08eb0523c7847091f2) (line_number . 12) (treeish . c26744bc201))

In case anyone else encounters this, the temporary workaround is to

cd ~/.config/private_comments
grep -r "text from comment"
cd <dir containing matching file>
git rm <matching file>
git commit -m "manually removing obsolete comment" 

I think this is a result of rebasing resulting in changed hashes or..... something. Just a guess at this point.

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

No branches or pull requests

1 participant