Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dugite-extra and find-git-exec. #6602

Merged
merged 1 commit into from
Nov 22, 2019
Merged

Commits on Nov 21, 2019

  1. 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: #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>
    Akos Kitta committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    000ccb7 View commit details
    Browse the repository at this point in the history