Go to file
2016-02-20 23:22:56 +03:00
man/man1 manuals started 2016-02-16 14:32:17 +03:00
src small style fixes 2016-02-20 23:22:56 +03:00
tests list and whoknows commands added 2016-02-19 14:07:43 +03:00
.editorconfig pre-reliase 2016-02-15 13:17:55 +03:00
.gitattributes initial 2015-12-21 00:53:01 +03:00
.gitignore manuals started 2016-02-16 14:32:17 +03:00
.travis.yml travis 2016-02-15 13:25:14 +03:00
Makefile manuals started 2016-02-16 14:32:17 +03:00
README.md small style fixes 2016-02-20 23:22:56 +03:00

git-secret

Build Status

Status

This project is still under development. Current objectives:

  • check all exit codes, modify if needed
  • add check if the .gitsecret folder is ignored, raise exception in that case.
  • add trust-model parameter to git-secret-hide
  • add exception when running git secret hide with no files added
  • manuals
  • hooks: pre-commit to encrypt secret files
  • static site for gh-pages build from manuals with Jekyll and Ronn
  • plugin for zsh
  • extra tests
  • precompiled distributions for brew and other package managers
  • create CONTRIBUTING.md with custom styleguide and development-hooks: manual auto-build
  • refactor code due to styleguide
  • сygwin support (?)

Requirements

git-secret works only with git and gpg, it is tested and works for Mac OS X, Ubuntu and Debian. No other dependencies are required.

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 vandor/bats if it's not installed yet.

Installation

Right now installation is only possible with this workflow:

  1. git clone https://github.com/sobolevn/git-secret.git
  2. make develop
  3. then move the resulting file git-secret somewhere inside your PATH