Returns:
66 67 68
# File 'lib/docman/git_util.rb', line 66 def self.repo?(path) File.directory? File.join(path, '.git') end