stable
Clone or download
Read-only
request #12279: Update to Git 2.12
To test this you will need to: - in a dev environnement, install the package: yum install sclo-git212-git - update /var/lib/gitolite/.gitolite.rc to use Git 2.12: replace $ENV{PATH} = "/opt/rh/rh-git29/root/usr/bin:$ENV{PATH}"; by $ENV{PATH} = "/opt/rh/sclo-git212/root/usr/bin/git:$ENV{PATH}"; Change-Id: Ib1403f16014a4eb9f3b7e5c85f426c1b5673d5f7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/bin/gl-clone-bundle.sh | +2 | −2 | Go to diff View file |
M | plugins/git/etc/gitolite3.rc.dist | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/HTTP/CommandFactory.class.php | +2 | −2 | Go to diff View file |
R | plugins/git/include/Git/HTTP/CommandSCL29GitHttpBackend.class.php | Go to diff View file | ||
M | plugins/git/include/Git_Exec.class.php | +7 | −7 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +3 | −3 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +2 | −2 | Go to diff View file |
M | tools/setup/el7/include/plugins.sh | +3 | −3 | Go to diff View file |
M | tools/utils/gerrit_setup/setup_gerrit.sh | +1 | −1 | Go to diff View file |