Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-03 | re 's/TLD/DOMAIN/g' | EuAndreh | 16 | -35/+35 | |
2023-04-03 | TODOs.md: Embed contents of "FIXME" file | EuAndreh | 3 | -1/+2 | |
2023-04-02 | aux/checks/repo.sh: WIP Fix tests | EuAndreh | 8 | -87/+126 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 22a7b4f0c8e018077984d58476a0c419b5e11942 git notes --ref=refs/notes/ci-data show 22a7b4f0c8e018077984d58476a0c419b5e11942 Exit status: 2 Duration: 7 | |||||
2023-04-02 | aux/dev.mk: make in parallel over for loop | EuAndreh | 1 | -1/+1 | |
2023-04-02 | Makefile: Unify calls to aux/dev.mk | EuAndreh | 3 | -10/+11 | |
2023-04-02 | aux/checks/spelling.sh: Do not echo | EuAndreh | 1 | -1/+1 | |
2023-04-02 | Generate .en.md symlinks in aux/dev.mk | EuAndreh | 8 | -1157/+1157 | |
2023-04-02 | mv po4a.cfg po/ | EuAndreh | 3 | -3/+3 | |
2023-04-01 | aux/ci/git-post-receive.sh: Do not allow CI report to fail | EuAndreh | 1 | -1/+1 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show e114e11d82d9287d2058ea8bd684199abd00be68 git notes --ref=refs/notes/ci-data show e114e11d82d9287d2058ea8bd684199abd00be68 Exit status: 2 Duration: 46 | |||||
2023-04-01 | Revamp code under aux/ | EuAndreh | 65 | -5952/+6409 | |
2023-04-01 | Revamp CI: simpler variant of the same functionality | EuAndreh | 13 | -232/+445 | |
Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 1a3208d43f837768e18219ca4e79fe31bf748865 git notes --ref=refs/notes/ci-data show 1a3208d43f837768e18219ca4e79fe31bf748865 Exit status: 2 Duration: 4 | |||||
2023-04-01 | aux/lib.sh: Add generic assert_arg() | EuAndreh | 1 | -3/+9 | |
2023-04-01 | Update po/ with newer strings | EuAndreh | 6 | -336/+759 | |
2023-03-31 | tests/ranking.sh: Pick last value to prevent broken pipes | EuAndreh | 1 | -5/+6 | |
2023-03-31 | tests/ranking.sh: Uncomment "$ERR" output | EuAndreh | 1 | -1/+1 | |
2023-03-31 | Unmark "lib.sh" files as executables | EuAndreh | 2 | -0/+0 | |
2023-03-31 | Do not depend on m4 for anything | EuAndreh | 4 | -60/+54 | |
2023-03-22 | Release v0.3.0v0.3.0 | EuAndreh | 2 | -2/+57 | |
2023-03-22 | aux/workflow/dist.sh: Update Git push options | EuAndreh | 1 | -4/+4 | |
2023-03-22 | aux/workflow/dist.sh: Use authoring date over commit date | EuAndreh | 1 | -1/+1 | |
2023-03-22 | aux/workflow/dist.sh: Do not build before doing dist | EuAndreh | 1 | -1/+1 | |
2022-11-25 | Refactor: rewrite logic to make it simpler and faster | EuAndreh | 4 | -132/+167 | |
2022-11-08 | src/remembering.in: Use indented heredoc for usage() and help() | EuAndreh | 1 | -9/+14 | |
2022-11-08 | src/remembering.in: Remove hyphen between name and version | EuAndreh | 2 | -2/+2 | |
Also use the @NAME@ placeholder over the hard-coded "remembering" value. Update tests/clip-opts.sh to match. |