Git is a distributed version control and source code management (SCM) system with an emphasis on speed. It is in some way similar to CVS or SUBVERSION (SVN).
This program is installable using the rpm package manager. See below for the install string. Required prerequisites are automatically processed by the package manager and, if needed, downloaded and installed.
yum install git-debuginfo
yum install git
yum install git-core-doc
yum install git-daemon
yum install git-svn
yum install git-core
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
GIT v. 2.42.0 (25/10/2023, KO Myung-Hun) | Readme/What's new |
v2.42.0:
* Built with gcc v9.2.0
|
hobbes.nmsu.edu/download/pub/os2/dev/tools/versioning/git-2.42.0.zip | ||
GIT v. 2.30.0 (8/2/2021, KO Myung-Hun) | Readme/What's new |
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 |
hobbes.nmsu.edu/download/pub/os2/dev/tools/versioning/git_2-30-0.zip | ||
GIT v. 2.22.0 (6/8/2019, KO Myung-Hun) | ||
hobbes.nmsu.edu/download/pub/os2/dev/util/git-2.22.0.zip | ||
GIT v. 2.13.3 (23/7/2017) | Readme/What's new |
v2.11.0:
* Fixed [git-pull --rebase] died due to setsid() failure
* See readme.os2 for explanations of sava |
hobbes.nmsu.edu/download/pub/os2/dev/util/git-2.13.3.zip | ||
GIT v. 2.11.0 (23/1/2017) | Readme/What's new |
v2.11.0:
* Based on v1.7.3.2-os2-testbuild-20111002 of sava
* Fixed [git-push] failed due to 'Disk full' when using ssh
* Fixed [git-pull --rebase] died due to setsid() failure
* Fixed hook scripts with LF only EOL mark could not be executed
* Fixed [git-gc] failed due to 'not enough memory'
* Fixed [git-add -p] failed if a directory 'git' existed in the directory in which directory '.git' existed. This is kLIBC bug.
* Fixed some scripts could not be executed
* Set core.filemode to false by default
* See readme.os2 for explanations of sava |
hobbes.nmsu.edu/download/pub/os2/dev/util/git-2.11.0.zip |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment