diff options
author | dmitry kim <jason@nichego.net> | 2008-03-12 02:52:53 +0300 |
---|---|---|
committer | dmitry kim <jason@nichego.net> | 2008-03-12 02:52:53 +0300 |
commit | 15846be1af87eefbb2d339c4c28ffbc9c1268d6a (patch) | |
tree | 34ba61b16357c092b6d6003cbc4d3b7dc2bb580c /setup.rb | |
parent | 539c526cf8ec0b4b07d84541cd3ce27d08ac946b (diff) |
* we're now "git version", not "svn version" by default
Diffstat (limited to 'setup.rb')
-rwxr-xr-x | setup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -553,7 +553,7 @@ module FileOperations end REJECT_DIRS = %w( - CVS SCCS RCS CVS.adm .svn + CVS SCCS RCS CVS.adm .svn .git ) def all_dirs_in(dirname) |