swc-installation-test-2.py: Only require Git >= 1.7 (not >= 1.8)
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 02:11:01 +0000 (21:11 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:47 +0000 (09:49 -0500)
Xcode 4.0.2 for OS X 10.6.8 shipped with Git 1.7.3.4.

swc-installation-test-2.py

index d9e50d4846447923002c2aa11e7b1ddcae94d24a..0a597784f4e91349ea7b2965d1211448b0473239 100755 (executable)
@@ -302,7 +302,7 @@ for command,long_name,minimum_version in [
         ('dash', 'Debian Almquist Shell', None),
         ('tcsh', 'TENEX C Shell', None),
         ('zsh', 'Z Shell', None),
-        ('git', 'Git', (1, 8, 0)),
+        ('git', 'Git', (1, 7, 0)),
         ('hg', 'Mercurial', (2, 0, 0)),
         ('make', None, None),
         ('sqlite3', 'SQLite 3', None),