We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 secrets --list
secrets
When there's secrets branch for example, .git/config may contains the following lines:
.git/config
[branch "secrets"] remote = origin merge = refs/heads/secrets
If so, git secrets --list returns these config incorrectly:
$ git secrets --list branch.secrets.remote origin branch.secrets.merge refs/heads/secrets ...
It seems to be caused by the following regexes:
git-secrets/git-secrets
Lines 340 to 343 in 5e28df3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When there's
secrets
branch for example,.git/config
may contains the following lines:If so,
git secrets --list
returns these config incorrectly:It seems to be caused by the following regexes:
git-secrets/git-secrets
Lines 340 to 343 in 5e28df3
The text was updated successfully, but these errors were encountered: