Method: MultiGit::GitBackend::Commit#tree
- Defined in:
- lib/multi_git/git_backend/commit.rb
#tree ⇒ Object
13 14 15 16 |
# File 'lib/multi_git/git_backend/commit.rb', line 13 def tree read! @tree ||= repository.read(@tree_oid) end |
13 14 15 16 |
# File 'lib/multi_git/git_backend/commit.rb', line 13 def tree read! @tree ||= repository.read(@tree_oid) end |