Method: Git::Lib#full_tree
- Defined in:
- lib/git/lib.rb
#full_tree(sha)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
676 677 678 |
# File 'lib/git/lib.rb', line 676 def full_tree(sha) command_lines('ls-tree', '-r', sha) end |