Skip to content

git v2.39.1 for OS/2

Choose a tag to compare

@komh komh released this 07 Feb 05:58
· 10 commits to master since this release
v2.39.1:
    * Use a socket as a pipe by default. Set 'GIT_USE_NPIPE' env. var. to
        - 'S' or 's' to use a socket
        - 'T', 't', 'Y', 'y', 'O', 'o' or any other values than 0 to use
          a named pipe
        - anything else to an unnamed pipe
    * Fixed [git-send-email] failed to send a summary email with CRLF eol
    * Built with curl v7.75.0-DEV, expat v2.2.9, OpenSSL v1.1.1q