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

How to mute/squelch "git-crypt: Warning: file not encrypted" in git log ? #104

Open
ghost opened this issue Jan 5, 2017 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Jan 5, 2017

How to mute/squelch "git-crypt: Warning: file not encrypted" in git log, without rewriting repo history. I just want to use git log without being drowned in warning messages.

specifically running git log -S <anything> dumps the message

git-crypt: Run 'git-crypt status' to make sure all files are properly encrypted.
git-crypt: If 'git-crypt status' reports no problems, then an older version of
git-crypt: this file may be unencrypted in the repository's history.  If this
git-crypt: file contains sensitive information, you can use 'git filter-branch'
git-crypt: to remove its old versions from the history.

thousands of times.

Edit: I anticipate this is related to the "historic regular file with same path as encrypted file" based issue I just reported in detail as #105

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

0 participants