m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/importers/keepass2pass.py
AgeCommit message (Collapse)Author
2016-02-05keepass2pass.py: Don't import all entries twiceMartin Günther
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.
2014-03-22Makefile: do not use recursion and organizeJason A. Donenfeld