Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated
dugite-extra
and find-git-exec
.
The updated dependencies contain fix for: - The termination of the spawned process. The bogus process termination resulted in an empty string from the `stdout` as the `exec-path`. The empty string "path" was incorrectly normalized to `.`. (See: eclipse-theia#6587) - [win32]: Enhanced `git` discovery. The new logic falls back to `which`. - [win32]: The unstaging command. `-u` was added to ensure that git's index reflects a consistent view of the working tree after the operation has been performed. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
- Loading branch information