summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2012-09-12 22:25:20 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-13 08:04:17 +0200
commit69b811e0f34a2f57329e5cdfebcd16c210f24458 (patch)
treed0e02addf655f3ff1c7e7a5521ebd7a79723fc39 /contrib
parent36a453ed91407dec1bb2215e0a871d23c0645305 (diff)
downloadpass-69b811e0f34a2f57329e5cdfebcd16c210f24458.tar.gz
pass-69b811e0f34a2f57329e5cdfebcd16c210f24458.tar.bz2
pass-69b811e0f34a2f57329e5cdfebcd16c210f24458.zip
use gpg --batch for quieter output
Right now, every time I call pass to decrypt a key, I get output like: You need a passphrase to unlock the secret key for user: "User Name <user@domain.com>" 2048-bit ELG-E key, ID XXXXXXNX, created 2012-04-20 (main key ID NNXXNNNX) password This patch cleans it up so that only the password is output. I use pinentry-gtk-2 to enter the gpg passphrase, so this information is redundant to me. I haven't tried other pinentry versions to see if they repeat the information as well.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions
d>Move log-functions into ui-log.cLars Hjemli5-111/+121 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli4-47/+59 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 2006-12-10Add caching infrastructureLars Hjemli9-28/+353