Commit Graph

13 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 66f9b63872 Merge branch 'develop' into staging 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 df3c22dee3 Merge branch 'develop' into staging 8 years ago
sobolevn 1161098f12 Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled.
Also `--dry-run` option was added to the `git-secret` command.
8 years ago
mail@sobolevn.me cbdd9b8414 release 8 years ago
sobolevn 255c948755 release 8 years ago
elinamorits c78bc099a7 prerelease 8 years ago
elinamorits 86a214574d debian/ubuntu packages 8 years ago
sobolevn 368be9790a new README 8 years ago
sobolevn bf6fdac0b2 manuals finished, new help based on man, zsh plugin 8 years ago
sobolevn b370149e18 fixes after makefile crash 8 years ago