AGWA / AGWA/git-crypt

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

未关闭
#104 0 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
9.9k
派生
544
PR 合并指标
30 天内没有已合并 PR

描述

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 ` 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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。