# File lib/grit/git-ruby/repository.rb, line 37 def initialize(git_dir, options = {}) @git_dir = git_dir @options = options @packs = [] end