Commit message (Collapse) | Author | ||
---|---|---|---|
2024-06-23 | drop workdir logic | Egor Tensin | |
I don't think it ever worked. For example, the test_workdir test case was disfunctional. Additionally, "master" was hardcoded as the default branch name, which is obviously a bug. | |||
2024-06-23 | include error.html in the frontend to signal errors | Egor Tensin | |
2023-07-12 | test: no need to pre-configure git, remove some warnings | Egor Tensin | |
2022-12-03 | fix preludes in bash scripts | Egor Tensin | |
2022-05-27 | clone to NAME.git folders | Egor Tensin | |
It seems to be the convention and the default behaviour of `git clone --bare`, so do that. | |||
2022-03-08 | test/integration: more obvious success indication | Egor Tensin | |
2021-07-31 | move all tests to test/ | Egor Tensin | |