Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keepass2pass.py: Don't import all entries twice | Martin Günther | 2016-02-05 | 1 | -7/+4 |
| | | | | | | | | | 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. | ||||
* | Makefile: do not use recursion and organize | Jason A. Donenfeld | 2014-03-22 | 1 | -0/+139 |