ZIm/crates/remote_server/src
Conrad Irwin 7bca15704b
Git on main thread (#26573)
This moves spawning of the git subprocess to the main thread. We're not
yet
sure why, but when we spawn a process using GCD's background queues,
sub-processes like git-credential-manager fail to open windows.

This seems to be fixable either by using the main thread, or by using a
standard background thread,
but for now we use the main thread.


Release Notes:

- Git: Fix git-credential-manager

---------

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2025-03-12 19:39:30 +00:00
..
headless_project.rs Add git init button (#26522) 2025-03-12 07:25:19 +00:00
main.rs Fix build of remote_server when not in git repo (#24424) 2025-02-07 04:35:22 +00:00
remote_editing_tests.rs Git on main thread (#26573) 2025-03-12 19:39:30 +00:00
remote_server.rs Add settings to remote servers, use XDG paths on remote, and enable node LSPs (#19176) 2024-10-15 23:32:44 -07:00
unix.rs Unwind deprecated permalinks code (#26395) 2025-03-10 19:57:10 -06:00