summaryrefslogtreecommitdiff
path: root/tests/gnupg
diff options
context:
space:
mode:
authorMartin Günther <martin.guenther@dfki.de>2016-02-05 20:58:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-02-05 20:58:43 +0100
commit62e703f5a71fcc2470aaac85c0ec39f4976cf914 (patch)
tree0354d6560dedb0a1f803f38d21ae4d0ece47bffd /tests/gnupg
parentd2677f66eb127aa92cf032a925944dd0b44f15ef (diff)
downloadpass-62e703f5a71fcc2470aaac85c0ec39f4976cf914.tar.gz
pass-62e703f5a71fcc2470aaac85c0ec39f4976cf914.tar.bz2
pass-62e703f5a71fcc2470aaac85c0ec39f4976cf914.zip
keepass2pass.py: Don't import all entries twice
Without this patch, all entries are processed twice: once in the first call to import_group (which recursively processes all entries), then in the following import_group on all subgroups. This leads to spurious warnings ("Duplicate needs merging") and extra text added to each entry.
Diffstat (limited to 'tests/gnupg')
0 files changed, 0 insertions, 0 deletions
0382afee&follow=1'>Don'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