Skip to content

Commit

Permalink
Updated dugite-extra and find-git-exec.
Browse files Browse the repository at this point in the history
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
Akos Kitta authored and westbury committed Jul 4, 2020
1 parent 37f0eba commit 77357a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@types/diff": "^3.2.2",
"@types/p-queue": "^2.3.1",
"diff": "^3.4.0",
"dugite-extra": "0.1.11",
"find-git-exec": "^0.0.1-alpha.2",
"find-git-repositories": "^0.1.1",
"dugite-extra": "0.1.12",
"find-git-exec": "^0.0.2",
"find-git-repositories": "^0.1.0",
"moment": "^2.21.0",
"octicons": "^7.1.0",
"p-queue": "^2.4.2",
Expand Down

0 comments on commit 77357a9

Please sign in to comment.