Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | Replace 'which' with POSIX equivalent 'command -v' | Ayush Agarwal | |
The 'which' command is an external command that must be called each and every time pass is used. 'which' is also not mentioned in the README as one of the dependencies that might be needed to run pass. Instead of 'which', we can use the POSIX compatible and shell built-in 'command -v'. It saves pass from making an external call and is, arguably, more reliable than using 'which' as mentioned in the following link. | |||
2017-02-25 | tests: fix for recent changes | Jason A. Donenfeld | |
2014-04-24 | Don't prompt for questions when stdin is not a tty. | Jason A. Donenfeld | |
2014-04-24 | tests: run from anywhere | Jason A. Donenfeld | |
2014-04-24 | Turns out aliases were a bad idea. | Jason A. Donenfeld | |
2014-04-24 | tests: Only fake gpg agent if gpg2. | Jason A. Donenfeld | |
2014-04-23 | Use aliases instead of variables for command portability. | Jason A. Donenfeld | |
2014-04-23 | Support git tests | Jason A. Donenfeld | |
2014-04-23 | tests: make more gritty, less setup | Jason A. Donenfeld | |
2014-04-23 | tests: make variables sane | Jason A. Donenfeld | |
2014-04-23 | tests: have multiple gpg keys available | Jason A. Donenfeld | |
2014-04-23 | tests: force creation of new creds | Jason A. Donenfeld | |
2014-04-22 | tests: Remove work-around for 'pass insert' in create_cred() | Von Welch | |
2014-04-23 | tests: better group resolution | Jason A. Donenfeld | |
2014-04-23 | tests: style | Jason A. Donenfeld | |
2014-04-23 | tests: style | Jason A. Donenfeld | |
2014-04-23 | tests: add key resolution functions | Jason A. Donenfeld | |
2014-04-22 | tests: with agent emulation, pass_init() errors if 'pass init' fails | Von Welch | |
2014-04-23 | tests: emulate running agent | Jason A. Donenfeld | |
2014-04-23 | tests: make bash usage explicit | Jason A. Donenfeld | |
2014-04-22 | Import Von's tests, with cleanups. | Jason A. Donenfeld | |