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

Un-deprecate Git CMD #275

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Commits on Jan 29, 2020

  1. Un-deprecate Git CMD

    The reason why Git CMD was deprecated: we originally thought it would be
    _impossible_ to override the default where running `git show` in a
    directory containing, say, a `git.cmd` script would _not_ run the
    intended `git.exe`, which was considered a security issue.
    
    As of git-for-windows/MINGW-packages@82172388b
    (git: prevent Git CMD from picking up git.exe in the local directory,
    2018-11-22), we however _do_ have a way to prevent this vulnerability.
    
    So let's just remove the "(Deprecated)" label from `Git CMD` because the
    reason for it no longer exists.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    ea48e1e View commit details
    Browse the repository at this point in the history