Go to file
2016-05-29 14:27:53 +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 Updated the missing manual for git-secret-changes 2016-05-29 13:37:25 +03:00
src version 0.2.0 prelease 2016-05-29 14:11:53 +03:00
tests Changed the way tests were handling git-commit. Since CI was failing. 2016-05-29 13:56:48 +03:00
utils changed post-commit hook to build mans only in master 2016-05-29 13:59:39 +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 gitignore fixed 2016-02-23 13:05:17 +03:00
.travis.yml Added travis test for gpg and gpg2 2016-04-04 12:13:06 -04:00
CHANGELOG.md version 0.2.0 release 2016-05-29 14:27:53 +03:00
git-secret.plugin.zsh manuals finished, new help based on man, zsh plugin 2016-02-22 13:52:15 +03:00
Makefile Added -i flag to the git-secret-add command, which now auto-ignores unignored files. 2016-05-14 14:03:33 +03:00
README.md version 0.2.0 release 2016-05-29 14:27:53 +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 reference.

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