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

git add -i: handle CR/LF line endings in the interactive input #2730

Merged
merged 1 commit into from
Jul 2, 2020

Commits on Jul 2, 2020

  1. git add -i: handle CR/LF line endings in the interactive input

    As of Git for Windows v2.27.0, there is an option to use Windows'
    newly-introduced Pseudo Console support. When running an interactive add
    operation with this support enabled, Git will receive CR/LF line
    endings.
    
    Therefore, let's not pretend that we are expecting Unix line endings.
    
    This fixes git-for-windows#2729
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    912269f View commit details
    Browse the repository at this point in the history