module Git::Parsers::LsTree

Parser for ‘git ls-tree` output

Provides a class method that transforms raw ‘git ls-tree` output into a structured Hash consumed by the `Git::Repository::ObjectOperations` facade.

@api private