installing versioncontrol_git complains, incorrectly, about a not-recent-enough git version
drush rl versioncontrol_git versioncontrol
------- RELEASES FOR 'VERSIONCONTROL_GIT' PROJECT -------
Release Date Status
7.x-1.x-dev 2012-Aug-09 Supported, Development
------- RELEASES FOR 'VERSIONCONTROL' PROJECT -------
Release Date Status
7.x-1.x-dev 2012-Aug-28 Supported, Development
drush dl versioncontrol_git versioncontrol
drush en versioncontrol_git versioncontrol
The following extensions will be enabled: versioncontrol_git, versioncontrol
Do you really want to continue? (y/n): y
versioncontrol was enabled successfully. [ok]
versioncontrol_git was enabled successfully. [ok]
Git version 1.7.9 [warning]
installed but a minimum of 1.7.0.5 is required for local history synchronization.
verifying @ system
git --version
git version 1.7.9
Comments
Comment #1
marvil07 commentedThanks for the report!
I think it's fixed with the following patch, that is already included on
7.x-1.x. Please re-open if needed.Comment #2
drupsup commented> I think it's fixed with the following patch
confirmed. thanks.
Comment #3
senpai commentedTagging.