# File lib/flowdock/git.rb, line 56 def repo @repo ||= Grit::Repo.new( @options[:repo] || Dir.pwd, is_bare: @options[:is_bare] || false ) end