Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-01 | Revamp code under aux/ | EuAndreh | 1 | -0/+60 | |
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. |