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

Make git believe it is writing to a tty so that it invokes its pager #574

Merged
merged 1 commit into from Apr 24, 2021

Commits on Apr 24, 2021

  1. Run test of less on MacOS with output redirected to /dev/null

    This change makes git and delta believe that they are writing to a tty
    so that they invoke their child pager processes, as is required for
    the test. However, output is actually redirected to /dev/null.
    
    TODO: implement for the Linux version of script also.
    
    https://stackoverflow.com/a/1402389/583763
    dandavison committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    4978691 View commit details
    Browse the repository at this point in the history