Commit Graph

85 Commits (b176040a8355383fff37f3e3afdd7f9578e0a4bf)
 

Author SHA1 Message Date
sobolevn b176040a83 Changed the way tests were handling `git-commit`. Since CI was failing.
Changed it to set `user.name` and `user.email`.
8 years ago
sobolevn 92be14c232 Updated the missing manual for `git-secret-changes` 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
Sobolev Nikita 5e99af021b Merge pull request #19 from sobolevn/staging
Version 0.1.2 released
8 years ago
sobolevn a5abefba90 release v0.1.2 8 years ago
sobolevn b9246abcc8 Merge branch 'develop' into staging 8 years ago
sobolevn c25b1a2bca Added `configuration` section to the navigation 8 years ago
sobolevn 66f9b63872 Merge branch 'develop' into staging 8 years ago
sobolevn 8faf1ead3d Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop 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
Sobolev Nikita 37f2d7d10c Merge pull request #17 from lrascao/feature/fix_osx_mktemp_coreutils
Satisfy mktemp filename requirements
8 years ago
Luis Rascao 9eaf6f0d5e Satisfy mktemp filename requirements
According to http://www.gnu.org/software/autogen/mktemp.html doc
the temp filename should contain at least three X characters.
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
Sobolev Nikita 1f549d350d Merge pull request #13 from sobolevn/staging
Version 0.1.1 released
8 years ago
sobolevn a9cea588bb version 0.1.1 8 years ago
sobolevn df3c22dee3 Merge branch 'develop' into staging 8 years ago
sobolevn b285eb91ed Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop 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
Sobolev Nikita d0aed54a52 Merge pull request #11 from juliosueiras/patch-2
Added travis test for gpg and gpg2
8 years ago
Julio Sueiras a9d69e24d4 Added travis test for gpg and gpg2 8 years ago
Sobolev Nikita 03400da580 Merge pull request #5 from juliosueiras/patch-1
Typo fix
8 years ago
Julio Sueiras 60c849acef Typo fix
Typo fix from `git congig user.email` to `git config user.email`
8 years ago
Sobolev Nikita 3efa50da9e Merge pull request #3 from sobolevn/staging
installation fixes
8 years ago
sobolevn c71ef883c9 Merge branch 'develop' into staging 8 years ago
sobolevn 41c07eed73 installation fixes 8 years ago
Sobolev Nikita 3550e2a9c3 Merge pull request #2 from sobolevn/staging
v0.1.0 release
8 years ago
mail@sobolevn.me cbdd9b8414 release 8 years ago
mail@sobolevn.me 38983de6ee staging 8 years ago
mail@sobolevn.me 1904ebdb86 pre-staging 8 years ago
mail@sobolevn.me 874a4468d7 release 8 years ago
sobolevn 255c948755 release 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
elinamorits 73a6e041fa fixed .deb package creation 8 years ago
elinamorits 86a214574d debian/ubuntu packages 8 years ago
Sobolev Nikita 39c5d56f06 Merge pull request #1 from elinamorits/master
manuals fixed
8 years ago
elinamorits 773f77d5ef Update git-secret.7.ronn 8 years ago
elinamorits 92b56915e1 Update git-secret-init.1.ronn 8 years ago
elinamorits 9963bd657f Update git-secret-init.1.ronn 8 years ago
elinamorits e8084812a7 Update git-secret-init.1.ronn 8 years ago
elinamorits 7bf98a119e Update git-secret-hide.1.ronn 8 years ago
elinamorits 88ac289b31 Update git-secret-reveal.1.ronn 8 years ago
elinamorits 2f34fc186b Update git-secret-tell.1.ronn 8 years ago
elinamorits 8e53c0a8cd Update git-secret.7.ronn 8 years ago
elinamorits 5452e2b69c Update git-secret.7.ronn 8 years ago
sobolevn 58c75eb0d2 new links 8 years ago