Commit Graph

897 Commits

Author SHA1 Message Date
sobolevn
49c308c26c Fixes Windows build 2021-05-04 13:01:41 +03:00
sobolevn
17fd5ff3ab Trying out windows CI 2021-05-04 13:01:41 +03:00
sobolevn
5fc8ecbdde Adds hadolint, re-enables shellcheck 2021-05-04 13:01:41 +03:00
sobolevn
9e5174636a Updates changelog 2021-05-04 13:01:41 +03:00
sobolevn
2bdb4e4f84 Adds osx tests and gnupg1 2021-05-04 13:01:41 +03:00
sobolevn
e52038b786 Fixes docs generation and improves docs 2021-05-04 13:01:41 +03:00
sobolevn
a342993dd6 Adds new manual generation process 2021-05-04 13:01:41 +03:00
sobolevn
5dae68ca0a Adds centos tests 2021-05-04 13:01:41 +03:00
sobolevn
28dbdf3fde Adds fedora testing 2021-05-04 13:01:41 +03:00
sobolevn
9efae709db Adds alpine tests 2021-05-04 13:01:41 +03:00
sobolevn
22d994c372 Adds alpine tests 2021-05-04 13:01:41 +03:00
sobolevn
38e72e7b05 Adds ubuntu testing 2021-05-04 13:01:41 +03:00
sobolevn
edf822d30b Fixes lint action 2021-05-04 13:01:41 +03:00
sobolevn
6be7bdc1d3 Adds lint 2021-05-04 13:01:41 +03:00
sobolevn
8f7b9c51de [WIP] New CI 2021-05-04 13:01:41 +03:00
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
2021-04-14 16:38:07 +03:00
Nikita Sobolev
ed5f9cd4d7
Update JamesIves/github-pages-deploy-action
This should also fix gh-pages deploy
2021-04-14 12:31:19 +03:00
Nikita Sobolev
70aa6a4352
Fixes markup 2021-04-14 12:27:11 +03:00
Nikita Sobolev
234c884777
Fixes markup 2021-04-14 12:24:40 +03:00
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
2021-01-17 09:24:33 -05:00
Josh Rabinowitz
a6d74bab4c
Update CHANGELOG.md
moved item in changelog to correct place
2020-12-15 16:10:20 -05:00
Josh Smailes
eafd3fc531
Issue548 gh pages in master (#616)
* Migrate docs to master branch, add action to deploy to pages branch on push

* Update docs, build pipeline to reflect new method of updating gh-pages

* Removed make build-gh-pages from post-commit hook

Co-authored-by: Josh Rabinowitz <joshr@joshr.com>
2020-12-15 18:49:51 +03:00
Josh Rabinowitz
58501a0cda Merge branch 'master' of github.com:sobolevn/git-secret 2020-11-23 12:19:22 -05:00
Josh Rabinowitz
a40477ca80 more documentation about contributing and releases 2020-11-23 12:19:05 -05:00
Sasha Friedenberg
39ab72f866
add bash string escaping to _add_ignored_file (#626) 2020-11-21 22:37:58 +03:00
Gergely Gombos
44be48d568
Edit Fedora package URL (#625) 2020-11-21 10:30:53 +03:00
Josh Rabinowitz
5bcaf40c4c update version to 0.3.3 2020-11-19 13:33:44 -05:00
Josh Rabinowitz
8e46f64171 prepare for new release 2020-11-19 13:29:46 -05:00
Nikita Sobolev
8ea97c53f1
Update misspell.yml 2020-11-17 10:11:24 +03:00
Josh Rabinowitz
06a04306c2 update man pages 2020-10-04 15:20:24 -04:00
Bertjan Broeksema
fc51d6f15f
More precise feedback about added files (#614)
* More precise feedback about added files

This adapts the output of the add command in order to report exactly
how many files have been added. Specially with wildcard patterns, this
makes it easier to verify that expected files are added.

With the verbose option, the add command will also tell which files
have been added.

By @bbroeksema bbroeksema
2020-10-04 15:19:56 -04:00
Elisei Roca
282c36d5eb
make "usage" message easier to read (#617) 2020-10-02 16:02:33 -04:00
Isen
17b5c424f9
Add cygwin support (#601) 2020-09-21 10:22:16 -04:00
Josh Rabinowitz
4e02c1fe4b reorder osx tests so non-debug is first 2020-09-20 15:17:21 -04:00
Josh Rabinowitz
41af0d4c9e Merge branch 'master' of github.com:sobolevn/git-secret 2020-09-20 15:14:49 -04:00
Josh Rabinowitz
332a9b4794
Issue 603 docs part3 (#612)
* update man pages for changes to git-secret.7
* update changelog for doc changes
2020-09-20 14:56:16 -04:00
Josh Rabinowitz
2c7dae696c Merge branch 'master' of github.com:sobolevn/git-secret 2020-09-20 14:49:27 -04:00
teutates
71f7891d88
Improve docs wording, formatting, fixes #603 part 2 (#606)
* Improve docs wording, formatting, fixes #603
2020-09-20 14:46:48 -04:00
Josh Rabinowitz
599a344644
disable ubuntu targets 2020-09-20 14:05:35 -04:00
Josh Rabinowitz
ee6e917f37 Merge branch 'master' of github.com:sobolevn/git-secret 2020-09-20 12:28:26 -04:00
Josh Rabinowitz
bdc3560897
Issue 607 fix expired test key (#608)
* updated fixture key for user3, fixes #607
* update tests/fixtures/gpg/README.md
* mention fix of #607 and #609 in changelog
* use shellcheck 0.7.1, not 'latest' for #609
2020-09-20 09:21:13 -04:00
Nikita Sobolev
fb1aa1742b
Fixes ShellCheck download URL, refs #597 2020-06-26 19:44:31 +03:00
Nikita Sobolev
12241f150b
Create misspell.yml 2020-05-22 19:39:08 +03:00
Josh Rabinowitz
6bc56d94df Merge remote-tracking branch 'dist/master' 2020-03-07 14:18:21 -05:00
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
2020-03-07 14:07:03 -05:00
Josh Rabinowitz
10ad7858e6 Merge remote-tracking branch 'dist/master' 2020-02-07 15:53:01 -05:00
Josh Rabinowitz
3fdcd9de27
Issue 575 changelog (#581)
* update CHANGELOG for #577
2020-01-29 18:54:07 -05:00
joshr
0f5d5cd492 Merge remote-tracking branch 'dist/master' 2020-01-29 08:27:07 -05:00
Aymeric Bouzy
dbe04c78b6
Documentation gpg + CI/CD (#577)
* update documentation
2020-01-29 08:26:25 -05:00
Josh Rabinowitz
2830ce2ff7
Issue 579 reveal clobbers (#580)
* Don't let reveal clobber secret files, for #579
2020-01-24 17:04:02 -05:00