aboutsummaryrefslogtreecommitdiff
path: root/internal/trash/trash.go
Commit message (Collapse)AuthorAgeFilesLines
* the module path is git.labunix.xyz/krinoLukasz Kasprzak2 days1-1/+1
| | | | | | | | | | | 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.
* plan 9: trash skips orphaned names, fits long names, exposes InfoPathLukasz Kasprzak5 days1-13/+52
|
* plan 8: trash refuses unsafe entry names and relative pathsLukasz Kasprzak5 days1-3/+16
|
* krino: acting — trash, journal, apply, lock, review, undoLukasz Kasprzak7 days1-0/+222