mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
4afdfc50a5
go-git has bugs in gitignore logic. With more complex gitignores, some paths that should be ignored aren't. That caused extra, unexpected files to appear in the git diff panel. If the git cli isn't available in a workspace, the /git/watch endpoint will still allow the frontend to connect, but no git changes will ever be transmitted.