Commit Graph

41 Commits (c820870cc8fae317ebc1821895d2f3187aba174b)

Author SHA1 Message Date
Nikita Sobolev c820870cc8
Ignores `*.1` and `*.7` files, closes #690 (#691)
* Ignores `*.1` and `*.7` files, closes #690

* Now adds `*.1` files to test them
3 years ago
Josh Rabinowitz 23acae1265
Issue 630 hide armored2 (#661)
* use gpg --armor when hiding/encrypting files

* update changelog

* Adds SECRETS_GPG_ARMOR env variable

* Fixes lint

* One more test

* Addresses review

Co-authored-by: sobolevn <mail@sobolevn.me>
3 years ago
Jeppe Fihl-Pearson fae00fac3d
Rename `killperson` to `removeperson` (#685)
* Rename the "killperson" command to "removeperson"

"killperson" is unnecessarily hostile so change the command name to
"removeperson".

Fixes #684.

* Re-generate man pages

* Update contribution guide

There's no longer any pre-commit hooks so don't mention them.

* Add alias from `killperson` pointing at `removeperson`

* Update git_secret_removeperson.sh

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
3 years ago
sobolevn 295a4eeb4f
Removes old posts, fixes installation docs 3 years ago
Nikita Sobolev 19941f91f4
Adds release-ci script to test installation (#664)
* Adds release-ci script to test installation

* Fixes CI

* Fixes CI

* Renames some variables to follow the same SECRETS_ convention
3 years ago
sobolevn ca500fa13f Changes how docs are built 3 years ago
sobolevn a342993dd6 Adds new manual generation process 3 years ago
Mathias Pius Damm-Pedersen 4dca9f3701
Add security disclaimer for git-secret-killperson specifying what is and is not readable by a user after having been removed from the repository's keyring (#654)
* Closes #653

Add security disclaimer for git-secret-killperson specifying what is and is not readable by a user after having been removed from the repository's keyring

* Document addition of disclaimer in changelog
3 years ago
Josh Rabinowitz ee592b8ede
Issue 634 tell duplicate emails (#637)
* support asserting named keyring is missing email(s)
* improve error if git-secret keyring missing email
* new test for telling same email twice
* update tell manpage regarding duplicate emails
* regenerate man pages
* update changelog
3 years ago
Josh Rabinowitz 5bcaf40c4c update version to 0.3.3 4 years ago
Josh Rabinowitz 8e46f64171 prepare for new release 4 years ago
Josh Rabinowitz 06a04306c2 update man pages 4 years ago
Josh Rabinowitz 332a9b4794
Issue 603 docs part3 (#612)
* update man pages for changes to git-secret.7
* update changelog for doc changes
4 years ago
Josh Rabinowitz a0a176fa5d
Issue 552 508 revoked keys (#553)
* warn about 'tell' on expired/revoked/invalid keys
* error if 'tell' used on email with multiple keys
* improve test of 'tell' with subdirs
4 years ago
Aymeric Bouzy dbe04c78b6
Documentation gpg + CI/CD (#577)
* update documentation
4 years ago
Josh Rabinowitz c5b815c7db bump to v0.3.2 5 years ago
Josh Rabinowitz 8b9feaa662
put version in man pages, update man page dates, fix version mention (#545)
* put version in man pages and fix version mention
* update dates in man pages
5 years ago
Josh Rabinowitz d5096614cc update man pages and changelog 5 years ago
Josh Rabinowitz 52b46ae700
Add docs for SECRETS_VERBOSE, env vars (#398) 5 years ago
Josh Rabinowitz cdad4aba37
Add man page header, for debian lintian (#392)
* Add man page header, for debian lintian
* update man/man7/git-secret.7 to match .ronn
5 years ago
joshr 6d5f01d3f3 update man pages 6 years ago
joshr 41fdf8b2e4 update man pages 6 years ago
Josh Rabinowitz 86bdaf8702 regenerate man page 6 years ago
Josh Rabinowitz 3aa923f03c fix typos, regenerate man pages 6 years ago
joshr fe0c9c71e7 fix typo and update man pages 6 years ago
joshr 76362aff53 improve text and break long lines 6 years ago
joshr 722892cc46 improve git-secret docs 6 years ago
Josh Rabinowitz 8f6b3876ac use 'git secret hide -d' in example 6 years ago
Josh Rabinowitz 6c29ed7eb7 fix typo 6 years ago
Josh Rabinowitz b6d903b2a6 improve docs re: ignores & .gitsecret 6 years ago
Josh Rabinowitz 04b7c391b0 update 6 years ago
Josh Rabinowitz da42b3aa2d regenerated git-secret man pages 6 years ago
Neil Kimmett 58c816cd68 Replace 'his' with 'their' 6 years ago
sobolevn c85d482ec6
Merges develop, removes staging, refs #76 7 years ago
sobolevn 5c25233b89
Version 0.2.2 pre-release
There are a lot of changes, multiple things were refactored: tests,
some commands, building and meta.

Several critical bugs fixed.

Changes:
1. Fixed #74, when `_user_required` was not working after reimporting keys
2. Closes #73, now it is possible to provide multiple emails to the `killperson` command
3. Closes #72, now it is possible to provide multiple emails to the `tell` command
4. Closes #71, now every doc in this project refer to `git-secret.io` instead of old `gh-pages` website
5. Closes #70, now installation section is removed from main `man` file
6. Closes #69, now "See also" section in the `man`s are clickable
7. Closes #61, added "Manual" section to the manuals
8. Refs #38, added `centos` Dockerfile, but `ci` testing is still failing
9. Refs #52, tests are refactored. Added `clean` command tests, removed a lot of hardcoded things, moved tests execution from `./temp` folder to `/tmp`, added a lot of new check in old tests, and some new test cases
10. Refactored `hide` and `clean` commands to be shorter
11. `shellcheck` is now supported with `make lint`

Additional features are not comming to 0.2.2 after this commit.
7 years ago
sobolevn 728371912e
Version 0.2.2 pre-release
There are a lot of changes, multiple things were refactored: tests,
some commands, building and meta.

Several critical bugs fixed.

Changes:
1. Fixed #74, when `_user_required` was not working after reimporting keys
2. Closes #73, now it is possible to provide multiple emails to the `killperson` command
3. Closes #72, now it is possible to provide multiple emails to the `tell` command
4. Closes #71, now every doc in this project refer to `git-secret.io` instead of old `gh-pages` website
5. Closes #70, now installation section is removed from main `man` file
6. Closes #69, now "See also" section in the `man`s are clickable
7. Closes #61, added "Manual" section to the manuals
8. Refs #38, added `centos` Dockerfile, but `ci` testing is still failing
9. Refs #52, tests are refactored. Added `clean` command tests, removed a lot of hardcoded things, moved tests execution from `./temp` folder to `/tmp`, added a lot of new check in old tests, and some new test cases
10. Refactored `hide` and `clean` commands to be shorter
11. `shellcheck` is now supported with `make lint`

Additional features are not comming to 0.2.2 after this commit.
7 years ago
sobolevn b9fc50ad67
manuals fix 8 years ago
sobolevn 2e9e374acb
Version 0.2.1 release 8 years ago
sobolevn 92be14c232 Updated the missing manual for `git-secret-changes` 8 years ago
sobolevn 255c948755 release 8 years ago
elinamorits 455cfc468b man7 created & install.sh working 8 years ago