Commit Graph

8 Commits (1e748a3c540bc421f9112a119ca886f92092491f)

Author SHA1 Message Date
sobolevn 1e748a3c54
CONTRIBUTING.md added 8 years ago
sobolevn b5bdec9673 Added `git-secret-changes` and changed the way `decryption` worked.
Now there's a separate function `_decrypt` which handles `gpg`-decryption.
It is convinient, since both `changes` and `reveal` use it.

Also I have updated manuals to match new features. Also new `brew` repo is now officialy supported.
Added tests for the `changes` command.
8 years ago
sobolevn c25b1a2bca Added `configuration` section to the navigation 8 years ago
sobolevn 3577c165ec Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files.
Also added a test case for this feature.
Other changes:
1. refactored `Makefile` to have `.PHONY` marks
2. added install target to the `Makefile`, now one can run `make install` (with optional `$PREFIX` variable)
3. updated docs for `git-secret.7`, `git-secret-add.1`
4. refactored some commands to `shift` arguments
5. added a test case to the 'other-file-extension' situation
5. added `.github` folder to store templates

Closed #18
8 years ago
sobolevn 41c07eed73 installation fixes 8 years ago
elinamorits 702c9e1bfb Merge branch 'develop' 8 years ago
elinamorits c78bc099a7 prerelease 8 years ago
elinamorits 455cfc468b man7 created & install.sh working 8 years ago