Releases: komh/git-os2
Releases · komh/git-os2
git v2.42.0 for OS/2
v2.42.0:
* Built with gcc v9.2.0
git v2.39.1 for OS/2
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
git v2.30.0 for OS/2
v2.30.0:
* Fixed 'fatal: unable to join threaded lstat' when [git-status]. Fixed in
pthread.
* Fixed UTF-8 encoded filename could not be created
* Improved chmod() behavior to work on an opened file by git such as config
lock files
* Built with cURL v7.36.0 and OpenSSL v1.0.1k