module Git::Parsers::CatFile

Parser for ‘git cat-file` commit and tag output

Provides class methods that transform raw ‘git cat-file` output lines into structured Hash objects consumed by the `Git::Repository::ObjectOperations` facade.

@api private