git-secret
git-secret copied to clipboard
:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
Completion of this ticket will let us close #642
See https://github.com/sobolevn/git-secret/pull/825#pullrequestreview-937323391 and https://github.com/sobolevn/git-secret/pull/825#issuecomment-1094415562 We tried using `LC_CTYPE=C` as suggested at https://unix.stackexchange.com/questions/497099/non-printable-characters-in-man-pages-and-logs but it didn't fix the problem. I've piped man pages throught `col -b` in the past to strip...
Tests are significantly slower on MacOS/Github Actions than other platforms. I suspect it's because of some timeout default. This ticket is to make changes so tests are similar speed on...
Currently we run the osx tests in verbose, and non-verbose modes, but it's not apparent from the github actions page which are verbose. For example https://github.com/sobolevn/git-secret/actions/runs/2047514629 shows this: If it's...
See https://github.com/cygwin/cygwin-install-action We were originally getting basically the same errors we see in #840 , but now it's just hanging (with no changes we're aware of). We were testing with...
We were testing with this in `.github/workflows/test.yml`: ```` windows-msys2-ci: runs-on: windows-latest steps: - uses: msys2/setup-msys2@v2 with: msystem: mingw64 update: true install: >- base-devel git man make - uses: actions/checkout@v3 -...
The idea is to test the interoperation of git-secret (and version of gpg used on that build) between some or all of the builds we use for automated builds/tests on...
It is very hard to trust a tool without documentation on the implementation. Would it be possible to publish a document talking about how the encryption is performed and the...
Please add git hooks to via smude and clean as well as textdiv to allow working with the secret files within git. Also having the decrypted files ignored by git...