Go to file
2016-07-02 12:46:54 +03:00
.ci travis final fix 2016-06-30 23:30:06 +03:00
.docker added make distribution, updated travis and docker files 2016-07-02 12:32:07 +03:00
.github There was a bug with sed command, when trying to remove filename with slashes. 2016-05-22 00:05:55 +03:00
man Added uninstall target to the Makefile. 2016-06-29 00:00:15 +03:00
src refactored all src folder 2016-06-30 22:32:42 +03:00
tests refactored all src folder 2016-06-30 22:32:42 +03:00
utils removed source build-utils from make-ci 2016-07-02 12:46:54 +03:00
.editorconfig fixes after makefile crash 2016-02-21 16:26:17 +03:00
.gitattributes fixes after makefile crash 2016-02-21 16:26:17 +03:00
.gitignore refactored all src folder 2016-06-30 22:32:42 +03:00
.travis.yml added make distribution, updated travis and docker files 2016-07-02 12:32:07 +03:00
CHANGELOG.md release v0.1.2 2016-05-14 14:27:08 +03:00
git-secret.plugin.zsh refactored all src folder 2016-06-30 22:32:42 +03:00
Makefile added make distribution, updated travis and docker files 2016-07-02 12:32:07 +03:00
README.md Added git-secret-changes and changed the way decryption worked. 2016-05-29 13:33:23 +03:00

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. See https://github.com/sobolevn/git-secret/milestones for the refence.

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