Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-04-21 | man pages: format email addresses consistently | Fredrik Gustafsson | 1 | -1/+1 | |
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 | add apk-index(8) | Drew DeVault | 1 | -0/+36 | |