2024-10-22 20:56:32 by Amitai Schleier | Files touched by this commit (3) | |
Log message: go-tcr: update to 1.4.0. Changes: - Add possibility to use other git remote than origin - Generate a quick-retro.md using tcr stats - Add introspective variant for perforce - Replace emojis with plain ASCII characters to mark test failures in commit messages - Add TCR variants. Currently supported: relaxed (git/p4), BTCR (git/p4) and introspective (git only) - Bump go version from 1.22 to 1.23 - 3rd-party dependencies update |
2024-10-04 18:26:33 by Amitai Schleier | Files touched by this commit (2) |
Log message: Remove | from COMMENTs, as it confuses parsers of the INDEX file. |
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message: Revbump all Go packages after go122 update |
2024-08-13 00:01:56 by Amitai Schleier | Files touched by this commit (1) |
Log message: go-tcr: fix fetch (reported by wiz@, thanks). |
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message: Revbump all Go packages after update |
2024-07-31 22:00:59 by Amitai Schleier | Files touched by this commit (5) |
Log message: Add go-tcr: TCR (Test && Commit || Revert) utility TCR is a programming workflow, standing for Test && Commit || Revert. This is a Go implementation of TCR. |