module Git::Parsers::Grep

Parser for ‘git grep` output

Provides a class method that transforms raw ‘git grep –null` output into a structured Hash consumed by the `Git::Repository::ObjectOperations` facade.

This parser is a pure text transformer with no exit-status logic. The calling facade is responsible for interpreting the command’s exit status before delegating output parsing to this class.

@api private