You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
sobolevn 70ce25c899 Solved the issue with gpg2 >= 2.1
The reason was with the `_user_required` function. It was checking for the `pubring.gpg` file, which was renamed in the `gpg2` >= 2.1
So I have removed this check, leaving other things in place.

Closes #6
9 years ago
man installation fixes 9 years ago
src Solved the issue with gpg2 >= 2.1 9 years ago
tests Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled. 9 years ago
utils staging 9 years ago
.editorconfig fixes after makefile crash 9 years ago
.gitattributes fixes after makefile crash 9 years ago
.gitignore gitignore fixed 9 years ago
.travis.yml Added travis test for gpg and gpg2 9 years ago
CHANGELOG.md Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled. 9 years ago
Makefile installation fixes 9 years ago
README.md Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled. 9 years ago
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 9 years ago

README.md

git-secret

Build Status

Preview

git-secret terminal preview

Usage

See the git-secret site.

Installation

See the installation section.

Status

This project is still under development. Current objectives:

  • add trust-model parameter to git-secret-hide
  • autocomplete for zsh plugin
  • extra tests
  • precompiled distribution for RPM
  • integrate shellcheck for code style tests
  • create CONTRIBUTING.md with development process explained
  • сygwin support (?)

Testing

For testing this project uses bats. You can install it by running make install-test. To run tests call: make test. It will download and install bats into vendor/bats if it's not installed yet.

Changelog

See CHANGELOG.md