# File lib/churn/scm/git_analyzer.rb, line 6 def self.supported? !!(`git branch 2>&1` && $?.success?) end