Commit Graph

446 Commits (481d750af44e2f0f130e4e08afcacb4de756780d)
 

Author SHA1 Message Date
joshr 481d750af4 comment about SECRETS_DIR 6 years ago
joshr 5a00250da9 add comments about SECRETS_DIR environment variable 6 years ago
Josh Rabinowitz a085d2d9c5
Merge pull request #245 from joshrabinowitz/file-perms-172
add -P (preserve permission) option to reveal and hide. For #172
6 years ago
joshr 1ea3b3139d clarify comment for devs regarding bats TAP diagnostic output 6 years ago
joshr 5d5392232b remove debug code 6 years ago
joshr 41fdf8b2e4 update man pages 6 years ago
joshr 645fc2370e change preserve option from -C to -P 6 years ago
joshr fc9f4878a1 document -C in .ronn files and fix synopsis of 'git secret hide' 6 years ago
joshr afec23fb17 add test for -C option. fix typos in comments. 6 years ago
joshr 835fe80d8f set permissions when hiding files. change option to -C. 6 years ago
joshr 84c9502015 Merge branch 'master' into file-perms-172 6 years ago
Luis Rascão 80e4908471 Allow per-command configuration of custom secrets dir (#247)
Typical use case is when you want different people to have access
to some files and other people access to other different files.
6 years ago
Josh Rabinowitz 6e216072fb
Merge branch 'master' into file-perms-172 6 years ago
Simon Massey b504facc5d
Build fixes for Alpine latest (#246)
* trying alpine

* Make directory /usr/local/src/ for Alpine based distros

* fixes some alpine issue

* move gem install etc to its own task

* moved gem install etc for alphine into dependencies

* reenabling all ci tests

* typo fix as per review

* clarity around doc build disable being gnupg docs

* commit about ignoring non-zero return value
6 years ago
joshr a090bbddac fix 6 years ago
joshr cfdca85469 fixes, use _get_encrypted_filename, show TAP diag output 6 years ago
joshr eb528df301 test permissions 6 years ago
joshr d73e1081be cleanup 6 years ago
joshr a86e6ec552 remove unused code 6 years ago
joshr 505428f837 quoting fixes 6 years ago
joshr 2a1a8cb58b fixes for lint and typo 6 years ago
joshr fda5a0ad21 fixes and debug for 'reveal -c' option 6 years ago
joshr ffc50acd6a add os-based versions of get_octal_perms 6 years ago
joshr 2e7d6a12a5 add -c (preserve permission) option to reveal. For #172 6 years ago
Josh Rabinowitz bbcd50e563
Merge pull request #242 from joshrabinowitz/gnupg-links
provide links to gnupg PDF documentation and DETAILS file
6 years ago
Josh Rabinowitz 997ac5ce0e
Merge branch 'master' into gnupg-links 6 years ago
Josh Rabinowitz 246825c658
fix for keys with only emails, and no usernames. Closes #227 (#240)
* test and fix for keys with only emails, and no usernames. Closes #227
6 years ago
joshr 6abdd4523d provide links to gnupg PDF documentation and DETAILS file 6 years ago
Josh Rabinowitz d5c138ab60
Merge pull request #239 from joshrabinowitz/spaces-in-filenames
Spaces in filenames
6 years ago
joshr f2eec71995 corrected comment about how to output diagnostic messages 6 years ago
joshr 9906dfb33f show any diagnostics that might come out of bats tests.
also adds comment about diagnostic messages in bats.
6 years ago
joshr c141fd4492 test with filenames with spaces 6 years ago
joshr 7096499465 fix quoting for files with spaces. use filenames from _test_base.bats 6 years ago
joshr 5c639cf8e7 fixes for filenames with spaces
_list_all_added_files() now sets 'filenames' var, and
fixed quoting when updating hashes.
6 years ago
joshr bb2253af8a remove debug code, see #237 6 years ago
joshr b2f00fd32c fixes for filenames with spaces
quoting improvements, and
_list_all_added_files() now sets a global 'filenames' array.
6 years ago
Josh Rabinowitz e515eb8f10
Merge pull request #231 from joshrabinowitz/hide-in-subdir
fix for issue #230 (git secret hide fails in subdir). Also disables builds on alpine-latest for #232
6 years ago
joshr 826dfeb5d4 remove unneeded code 6 years ago
joshr 142944c575 disable travis-ci tests on alpine-latest 6 years ago
joshr 7648e2f604 cleanup 6 years ago
joshr a7eaa6013c fix for issue #230, when git-secret is run in subdir of repo 6 years ago
joshr 2b28271d8b create a test displaying issue #230 6 years ago
Josh Rabinowitz 4797c990d0
Merge pull request #224 from joshrabinowitz/spaces-in-path
allow spaces in path
6 years ago
joshr b6c1b4a695 test in a dir with spaces 6 years ago
joshr 4b847298ef restore unquoted variable and comment about it. shellcheck tweak. 6 years ago
joshr 71d503009a run in a dir without spaces 6 years ago
joshr 65a7118d25 restore small optimizations. quote variable for shellcheck. 6 years ago
joshr adc522a9d3 allow spaces in path
for issue #135, regarding spaces in pathnames
6 years ago
Josh Rabinowitz 79a1c45aeb
Merge pull request #222 from joshrabinowitz/clarify-add-docs
Clarify that 'git-secret-add' doesn't alter .gitignore by default
6 years ago
Simon Massey 1f2fb99a0a
Full stop changed to comma 6 years ago