summaryrefslogtreecommitdiff
path: root/.vim/bundle/gundo.vim/.hg/hgrc
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-06-12 15:57:34 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-06-12 15:57:35 +0200
commit8cfc482255bb3d2eadf98572b18d8651be0e4a2e (patch)
tree31edbfcfad9f1109d4fc1d34cc57405d04d1a26e /.vim/bundle/gundo.vim/.hg/hgrc
parent11e1520d9840ce921598f909e9a18942437ea833 (diff)
downloaddotfiles-8cfc482255bb3d2eadf98572b18d8651be0e4a2e.tar.gz
dotfiles-8cfc482255bb3d2eadf98572b18d8651be0e4a2e.tar.bz2
dotfiles-8cfc482255bb3d2eadf98572b18d8651be0e4a2e.zip
Alias for bsdtar
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed