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

[WIP] Detect unix socket support at runtime #4762

Closed

Commits on Apr 3, 2024

  1. win32: detect unix socket support at runtime

    Windows 10 build 17063 introduced support for unix sockets to Windows.
    bb390b1 (git-compat-util: include declaration for unix sockets in
    windows, 2021-09-14) introduced a way to build git with unix socket
    support on Windows, but you still had to decide at build time which
    Windows version the compiled executable was supposed to run on.
    
    We can detect at runtime wether the operating system supports unix
    sockets and act accordingly for all supported Windows versions.
    
    Signed-off-by: Matthias Aßhauer <[email protected]>
    rimrul committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d8e64ac View commit details
    Browse the repository at this point in the history