projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5ac6f
)
swc-installation-test-2.py: Only require Git >= 1.7 (not >= 1.8)
author
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 02:11:01 +0000
(21:11 -0500)
committer
W. 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
patch
|
blob
|
history
diff --git
a/swc-installation-test-2.py
b/swc-installation-test-2.py
index d9e50d4846447923002c2aa11e7b1ddcae94d24a..0a597784f4e91349ea7b2965d1211448b0473239 100755
(executable)
--- a/
swc-installation-test-2.py
+++ b/
swc-installation-test-2.py
@@
-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),