Method: MultiGit::JGitBackend::Commit#tree

Defined in:
lib/multi_git/jgit_backend/commit.rb

#treeObject



14
15
16
# File 'lib/multi_git/jgit_backend/commit.rb', line 14

def tree
  @tree ||= repository.read(java_commit.tree.id)
end