Expand description
Shared helpers for the Git/* atomic handlers. Holds:
RunningProcessesstatic - the cancel-by-OperationIdpid map. Survives acrosstauri::invokecalls so a different invoke can cancel an in-flight git op.RunGit- spawngit, register the pid, await the output, clear the pid, return(exit, stdout, stderr).AsStringArray,Generated,ResolveCwd- small parsers used by every entry point.