Take back branches_and_repos method. Refs #263

This commit is contained in:
Pavel Chipiga 2012-07-27 00:24:14 +03:00
parent fb60dac748
commit 566cd8209b
1 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,12 @@ module Grit
return 1
end
end
class Repo
def branches_and_tags
branches + tags # @branches_and_tags ||= # ???
end
end
end
Grit::Git.git_timeout = 60