summaryrefslogtreecommitdiff
path: root/contrib/importers
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2014-04-26 12:25:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-05-06 16:08:09 +0200
commitf30ce6374d554e704162d5fa8e49acd9c6fd0ecc (patch)
treed59f76c47f3562557b8bfb668a5ef1657a3efcc0 /contrib/importers
parent56381287a16792b4c6410f07db68e02f3574c213 (diff)
downloadpass-f30ce6374d554e704162d5fa8e49acd9c6fd0ecc.tar.gz
pass-f30ce6374d554e704162d5fa8e49acd9c6fd0ecc.tar.bz2
pass-f30ce6374d554e704162d5fa8e49acd9c6fd0ecc.zip
Mute git-commit messages to make pass insert readable
`pass generate' prints 10 lines of output, with only 2 related to the operation at hand: % pass generate xyz 1 2 You need a passphrase to unlock the secret key for 3 user: USER <EMAIL> 4 4096-bit RSA key, ID XYZ, created 1234-56-78 5 6 [master 12345] Added generated password for xyz to store. 7 1 file changed, 0 insertions(+), 0 deletions(-) 8 create mode 100644 xyz.gpg 9 The generated password to xyz is: 10 Some password 123 % This patch takes care of 3 of 8 noise lines.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
e&follow=1'>Use die function instead of boring if else everywhere.Jason A. Donenfeld1-69/+23 2014-04-24version: bump1.6.1Jason A. Donenfeld1-1/+1 2014-04-24Makefile: osx/bsd does not support -DJason A. Donenfeld2-25/+25 2014-04-24show: error out if password store is empty.Jason A. Donenfeld1-1/+4 2014-04-24find: proper segmenting of terms1.6Jason A. Donenfeld1-3/+3 2014-04-24dmenu: hide outputJason A. Donenfeld1-1/+1 2014-04-24tests: test for spacesJason A. Donenfeld3-8/+20 2014-04-24Move test instructions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0