Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-12 | fetch: add --url option to print the download URLs | Timo Teräs | 1 | -0/+3 | |
2021-08-23 | list: recognize both --upgradable and --upgradeable | Timo Teräs | 1 | -1/+1 | |
fixes #10759 | |||||
2021-07-23 | doc: add missing options to index, info, and version | Rodrigo Lourenço | 3 | -12/+23 | |
2021-07-23 | Document apk-search | Rodrigo Lourenço | 3 | -0/+45 | |
Fixes #10746. | |||||
2021-07-23 | Remove AUTHORS section from man pages | Timo Teräs | 22 | -110/+0 | |
Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors. Add your name to comments in sources, or the root level AUTHORS file instead. | |||||
2021-01-17 | man info: --install-if and --rinstall-if do not have short options | Timo Teräs | 1 | -7/+7 | |
Commit e4aae45f removed the short options. Update the documentation. Fixes #10733 | |||||
2020-11-11 | manual: Add missing r | Alex Denes | 1 | -1/+1 | |
2020-11-10 | manual: Fix wrong argument name | Alex Denes | 1 | -1/+1 | |
2020-10-06 | db: make the --repositories-file change more announced | Timo Teräs | 1 | -2/+3 | |
Document the version when changed. And print error with similar note if the given repositories-file cannot be read. | |||||
2020-10-05 | db: make --repositories-file relative to host root | Timo Teräs | 1 | -3/+3 | |
It used to be relative to the --root specified root, but that causes issues with relative command line filenames and is unintuitive. Update documentation accordingly. Fixes #10702. | |||||
2020-09-28 | Implement upgrade --prune to remove stale world dependencies | Timo Teräs | 1 | -0/+4 | |
2020-08-24 | fix, simplify and document upgrade --ignore | Timo Teräs | 1 | -1/+7 | |
2020-07-30 | upgrade: allow for specified package upgrades | Ariadne Conill | 1 | -1/+1 | |
Fixes #10667 and #10700 | |||||
2020-05-06 | index: add argument --no-warnings | Fredrik Gustafsson | 1 | -0/+5 | |
When creating an index apk warns if a dependency is missing a provider. However when using a multi-arch repository, it's not an error that a certain architecture is missing a dependency because that dependency could be in an other architecture. Since apk index doesn't know about this, add an argument to disable that warning. Maintainer note: rebased for new option handling, and minor stylistic adjustments. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com> | |||||
2020-05-06 | man pages: make more friendly for help generation | Timo Teräs | 12 | -74/+132 | |
Also few minor fixups added. | |||||
2020-04-28 | apk: do not manage file ownership as non-root or when asked so | Fredrik Gustafsson | 1 | -0/+6 | |
If apk is run as a non-root user, it's not possible to chown files. Maintainers note: minor wording changes on commit log and man page. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com> | |||||
2020-04-24 | man pages: fix apk-del section in the main index | Timo Teräs | 1 | -1/+1 | |
2020-04-21 | man pages: format email addresses consistently | Fredrik Gustafsson | 22 | -22/+22 | |
Some email addresses was underlined and some wasn't. Remove underline from all email addresses to be consistent. The reason for chosing no underline is that the email address isn't clickable and to be consistent with the output from git log. | |||||
2020-01-26 | convert man page makefile to make.rules format | Timo Teräs | 1 | -38/+29 | |
2020-01-26 | man pages: consoldate commit options in apk(8) | Drew DeVault | 5 | -104/+30 | |
2020-01-26 | man pages: merge scdoc targetes | Drew DeVault | 1 | -4/+1 | |
2020-01-26 | Makefile: install man pages to MANDIR | Drew DeVault | 1 | -8/+18 | |
2020-01-26 | add apk-cache(5) | Drew DeVault | 2 | -0/+24 | |
2020-01-26 | add apk-keys(5) | Drew DeVault | 2 | -0/+19 | |
2020-01-26 | add apk-version(8) | Drew DeVault | 2 | -0/+54 | |
2020-01-26 | add apk-stats(8) | Drew DeVault | 2 | -0/+25 | |
2020-01-26 | add apk-audit(8) | Drew DeVault | 2 | -0/+56 | |
2020-01-26 | add apk-verify(8) | Drew DeVault | 2 | -0/+29 | |
2020-01-26 | add apk-manifest(8) | Drew DeVault | 2 | -0/+34 | |
2020-01-26 | add apk-fetch(8) | Drew DeVault | 2 | -0/+42 | |
2020-01-26 | add apk-index(8) | Drew DeVault | 2 | -0/+37 | |
2020-01-26 | add apk-policy(8) | Drew DeVault | 2 | -0/+26 | |
2020-01-26 | add apk-dot(8) | Drew DeVault | 2 | -0/+30 | |
2020-01-26 | add apk-list(8) | Drew DeVault | 3 | -1/+45 | |
2020-01-26 | add apk-info(8) | Drew DeVault | 2 | -0/+77 | |
2020-01-26 | add apk-cache(8) | Drew DeVault | 2 | -0/+42 | |
2020-01-26 | add apk-upgrade(8) | Drew DeVault | 2 | -0/+65 | |
2020-01-26 | add apk-update(8) | Drew DeVault | 2 | -0/+25 | |
2020-01-26 | add apk-fix(8) | Drew DeVault | 2 | -0/+65 | |
2020-01-26 | add apk-del(8) | Drew DeVault | 2 | -0/+52 | |
2020-01-26 | add apk-add(8) | Drew DeVault | 2 | -0/+70 | |
2020-01-26 | add apk-repositories(5) | Drew DeVault | 2 | -0/+41 | |
2020-01-26 | add apk-world(8) | Drew DeVault | 2 | -1/+64 | |
2020-01-26 | Initial riggings for man pages, add apk(8) | Drew DeVault | 2 | -0/+175 | |
This commit sets up the build system to compile man pages with scdoc, and adds the first man page: apk(8). |