Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes #10746.
|
|
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.
|
|
This adds a log file at /var/log/apk.log. On each run, apk's version
information and the current date & time are written to this file,
followed by any normal apk output.
|
|
Document the version when changed. And print error with similar note
if the given repositories-file cannot be read.
|
|
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.
|
|
Also few minor fixups added.
|
|
|
|
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.
|
|
|
|
|
|
This commit sets up the build system to compile man pages with scdoc,
and adds the first man page: apk(8).
|