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

fix: Throws on git remote call outside git repo #6586

Commits on May 17, 2019

  1. fix: Throws on git remote call outside git repo

    It looks like there was a change in wording after git 2.16 that
    changed from "fatal: Not a git..." to "fatal: not a git...".
    
    The existing parser expected the warning to be in the lower case, and
    thus failed for earlier versions of git.
    
    The fix makes the check case insensitive.
    
    Fixes gitextensions#6562
    Closes gitextensions#6563
    Closes gitextensions#6565
    Closes gitextensions#6570
    Closes gitextensions#6571
    Closes gitextensions#6574
    Closes gitextensions#6577
    Closes gitextensions#6571
    RussKie committed May 17, 2019
    Configuration menu
    Copy the full SHA
    e545266 View commit details
    Browse the repository at this point in the history