class Rubycritic::SourceControlSystem::Git

def revisions_count(path)

def revisions_count(path)
  `git log --follow --format=oneline #{path.shellescape}`.count("\n")
end