Commit Graph

62 Commits

Author SHA1 Message Date
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.
2016-05-29 13:33:23 +03:00
sobolevn
66f9b63872 Merge branch 'develop' into staging 2016-05-14 14:20:27 +03:00
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
2016-05-14 14:03:33 +03:00
sobolevn
df3c22dee3 Merge branch 'develop' into staging 2016-04-10 14:29:50 +03:00
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.
2016-04-10 14:14:41 +03:00
mail@sobolevn.me
cbdd9b8414 release 2016-03-13 14:11:38 +03:00
sobolevn
255c948755 release 2016-03-13 13:19:31 +03:00
elinamorits
c78bc099a7 prerelease 2016-03-13 13:06:18 +03:00
elinamorits
86a214574d debian/ubuntu packages 2016-03-12 22:21:04 +03:00
sobolevn
368be9790a new README 2016-02-24 14:24:07 +03:00
sobolevn
bf6fdac0b2 manuals finished, new help based on man, zsh plugin 2016-02-22 13:52:15 +03:00
sobolevn
b370149e18 fixes after makefile crash 2016-02-21 16:26:17 +03:00