aboutsummaryrefslogtreecommitdiff
path: root/cmd/krino/explain.go
Commit message (Collapse)AuthorAgeFilesLines
* the module path is git.labunix.xyz/krinoLukasz Kasprzak2 days1-3/+3
| | | | | | | | | | | So that go install can find it. cgit serves no go-import meta tag, so nginx answers a ?go-get=1 request for /NAME with one pointing at https://git.labunix.xyz/NAME.git; the alternative was carrying a .git suffix through every import line forever. One sed over the imports, both go.mod files, and the dependency gate's whitelist. Nothing else depends on the path. go install works from the next tag, the first release whose go.mod carries it.
* an undecided (stop) rule ends the search for that fileLukasz Kasprzak4 days1-1/+4
|
* explain: shows a duplicate's skipped delete, leaves the cache alone, walks ↵Lukasz Kasprzak5 days1-0/+3
| | | | only for duplicate tests
* plan 10 re-check: cut run column, damaged undo run, emptied directory ↵v0.0.7Lukasz Kasprzak5 days1-0/+3
| | | | cleanup, text turning binary, explain flags, interrupt docs
* plan 9: errors, explain traces, JSON and log fields never reach the terminal rawLukasz Kasprzak5 days1-2/+2
|
* plan 8: escape terminal controls in everything krino printsLukasz Kasprzak5 days1-2/+2
|
* krino: 0.0.5 — keyword cache, t and d in reviewv0.0.5Lukasz Kasprzak5 days1-0/+1
|
* 0.0.4: max-size, exclude forms, --min-agev0.0.4Lukasz Kasprzak5 days1-0/+18
|
* krino: matching — scan, ignore, conditions, extraction, duplicates, ↵Lukasz Kasprzak8 days1-0/+70
explain, dry run