git-secret
git-secret copied to clipboard
:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
Re: https://github.com/sobolevn/git-secret/pull/783/files (although code now uses file descriptor 5) See for example https://stackoverflow.com/questions/41603787/how-to-find-next-available-file-descriptor-in-bash I'm not sure if this can actually be an issue or not for git-secret
As per #874, if`git rev-parse --is-inside-work-tree` fails in _is_inside_git_tree(), we could show the error message returned.
When looking into #833, I discovered that * `git-secret-hide -c file.txt` will remove all encrypted version of hidden files, even though filename specified - _this should be fixed_. Edit: my...
Idea: remove support for alpine packages from git-secret and release 0.5.1; then when we resolve the alpine issue(s) we release a new 0.5.2 @sobolevn
What are the steps to reproduce this issue? ------------------------------------------- 1. test.yml ``` name: import-gpg on: push: branches: main jobs: import-gpg: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name:...
Since [git-secret is compatible with Windows](https://github.com/sobolevn/git-secret/issues/722#issuecomment-946885517), how about making it available through [Chocolatey](https://community.chocolatey.org/)? Ideas how to get it working: - https://github.com/nektos/act/issues/132
"gpg: can't connect to the agent: IPC connect call failed" error in docker alpine on shared volume
I try to build an alpine docker image that contains `git-secret` and can be used to encry/decrypt files in a codebase that is shared with the host system. My Host...
Gnupg FAQ explains a lot about Gnupg, and we should consider linking to it in the docs. The FAQ is here: https://www.gnupg.org/faq/gnupg-faq.html
explain src/commands src/_utils/ tests/ man/ Makefile targets a little about github integration
We keep getting issues related to git-secret's assumption that each email address is associated with one key. (#869, #857, #862, #636, #633, #552, and others) If we're not going to...