Commit Graph

26 Commits (a1cd887101117648ddb8ca73f1ff21f86efc6008)

Author SHA1 Message Date
sobolevn a1cd887101
refactoring started, shellcheck is now supported 8 years ago
sobolevn 8b1a01f1f6
This commit is pretty large. A lot of changes.
The full list of changes:
1. Added `.docker/` folder with Dockerfiles
2. Now `travis` runs integrational tests inside these containers
3. Now `travis` runs tests with `mac os x`
4. Now there are new ways to autodeploy `deb` and `rpm` packages
5. Fixed some issues
6. Also added `.ci/` folder, where utility scripts for travis are stored
7. Moved `git-hooks` into the separate folder: `utils/hooks/`
8. Added new target to the `Makefile`
9. `.gitignore` is updated to ignore `build/` folder and inner files
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 8206de7ebb Added '-f' option to the `reveal` command.
This option allows to easily overwite existing giles with no prompt.
Also added documentation for the new option.

Closes #24
8 years ago
sobolevn a8c244b319 Merge branch 'master' into develop 8 years ago
sobolevn d523d8b8a9 There was a bug with `sed` command, when trying to `remove` filename with slashes.
Now it is fixed. See `_delete_line` function.
Closes #23
8 years ago
sobolevn a5abefba90 release v0.1.2 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 70ce25c899 Solved the issue with gpg2 >= 2.1
The reason was with the `_user_required` function. It was checking for the `pubring.gpg` file, which was renamed in the `gpg2` >= 2.1
So I have removed this check, leaving other things in place.

Closes #6
8 years ago
sobolevn a9cea588bb version 0.1.1 9 years ago
sobolevn b285eb91ed Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop 9 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.
9 years ago
Julio Sueiras 60c849acef Typo fix
Typo fix from `git congig user.email` to `git config user.email`
9 years ago
elinamorits 73a6e041fa fixed .deb package creation 9 years ago
elinamorits 86a214574d debian/ubuntu packages 9 years ago
sobolevn bf6fdac0b2 manuals finished, new help based on man, zsh plugin 9 years ago
sobolevn 6278d2e597 somehow git repo fucked up 9 years ago
sobolevn 8d16a0e679 manuals, help text, style fixes 9 years ago
sobolevn b370149e18 fixes after makefile crash 9 years ago
sobolevn d0f6a7c3c1 small style fixes 9 years ago
sobolevn 2b48137287 list and whoknows commands added 9 years ago
sobolevn d6cb27b5dd bug for linux fixed 9 years ago
sobolevn cd97ba1cc2 tests for remove 9 years ago
sobolevn bdc3dbda18 manuals started 9 years ago
sobolevn 634de90bae pre-reliase 9 years ago