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
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marvil07’s picture

Title: incorrect git version-check warning -- reports "minimum of 1.7.0.5 is required" when 1.7.9 is installed » hook_requirements failed detecting installed git version
Status: Active » Fixed
FileSize
3.07 KB

Thanks 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.

drupsup’s picture

> I think it's fixed with the following patch
confirmed. thanks.

Senpai’s picture

Issue tags: +git, +drupal.org D7

Tagging.

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit af3e0c3 on 7.x-1.x, fix-invalid-default-branches, fullsync-memory by marvil07:
    Issue #1761092: Fixed hook_requirements failed detecting installed git...
  • Commit 94a3a03 on 7.x-1.x, fix-invalid-default-branches, fullsync-memory by marvil07:
    Issue #1761092 follow-up: Convert the version string before copare it...