# File lib/r10k/git/stateful_repository.rb, line 24 def initialize(ref, remote, basedir, dirname) @ref = ref @remote = remote @repo = R10K::Git.thin_repository.new(basedir, dirname) @cache = R10K::Git.cache.generate(remote) end