You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You want to track the changes you've made in the buffer containing decrypted gpg text?
I haven't looked at the code to confirm this but this is my initial reaction ... The system uses your version control "diff" to figure out what lines have changed, and because gpg files are decrypted on the fly into a buffer it's very likely one of two problems. (1) git-gutter can't figure out the which file to perform a diff against, or (2) git-gutter tries to diff the decrypted buffer where you are editing against the encrypted file which isn't doing what you meant. I'm not sure how to deal with item #2 safely since we really don't want to be creating additional plaintext copies of your gpg file on disk... that seems to defeat the purpose of having it encrypted in the first place?
I found git-gutter doesn't work with gpg encrypted files. Is there a way to activate this in current version or this feature is missing?
The text was updated successfully, but these errors were encountered: