Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-05 | Add 'V' format for package validation methods. | Jonathan Frazier | 1 | -0/+2 | |
2013-04-01 | add %M for only modified backup files | Dave Reisner | 1 | -0/+2 | |
2012-04-24 | cleanup/improve usage and documentation | Dave Reisner | 1 | -6/+28 | |
2012-01-31 | man: add note about %w being restricted to -Q | Dave Reisner | 1 | -1/+1 | |
2011-12-11 | add -H, --humansize parameter for formatting package sizes | Dave Reisner | 1 | -0/+6 | |
2011-10-28 | ignore -S and -Q options for -p. | Dave Reisner | 1 | -2/+1 | |
This is a little odd, but since -p has no meaning for -S, this is (for now) safe. | |||||
2011-10-20 | add -p option to alpm_pkg_load arguments | Dave Reisner | 1 | -0/+5 | |
2011-08-17 | add %h formatter for sha256sum | Dave Reisner | 1 | -0/+2 | |
2011-08-17 | add %g formatter for base64 signature | Dave Reisner | 1 | -0/+2 | |
2011-07-23 | add %o for optdepends without descriptions | Dave Reisner | 1 | -0/+2 | |
2011-07-17 | add %! as an auto-increment record counter | Dave Reisner | 1 | -0/+2 | |
2011-05-29 | add -1 option for limited -S operations | Dave Reisner | 1 | -0/+5 | |
2011-04-05 | add support for searching by group | Dave Reisner | 1 | -0/+4 | |
2010-12-11 | %k is sync only | Dave Reisner | 1 | -1/+1 | |
2010-12-10 | allow real printf formatters for simple strings | Dave Reisner | 1 | -1/+5 | |
It's kind of silly to verify this kind of formatting, so I'm just letting it explode (which happens not too horribly) when the user inevitably does something stupid. | |||||
2010-11-30 | unify language: alpm data extraction tool | Dave Reisner | 1 | -1/+1 | |
2010-11-30 | add install reason as %w | Dave Reisner | 1 | -1/+3 | |
also, declare another global 'local' so we know when we're only parsing locally or not. | |||||
2010-11-30 | assorted cleanup. remove assertions and unused format token | Dave Reisner | 1 | -2/+0 | |
2010-11-30 | have a man page | Dave Reisner | 1 | -0/+127 | |