logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git::Raw::Blame - Git blame class

Author

       Alessandro Ghedini <alexbio@cpan.org>

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A Git::Raw::Blame represents the blame information for a file.

       WARNING: The API of this module is unstable and may change without warning (any change will be
       appropriately documented in the changelog).

Methods

hunk_count()
       Retrieve the number of hunks that exist in the blame structure.

   hunks([$index])
       Returns a list of Git::Raw::Blame::Hunk objects. If $index is specified only the hunk at the specified
       index will be returned.

   buffer($buffer)
       Retrieve a new Git::Raw::Blame object, created from this reference <Git:Raw::Blame> object and $buffer, a
       file that has been modified in memory.

   line($line_no)
       Retrieve the Git::Raw::Blame::Hunk that relates to the given line number in the newest commit.

Name

       Git::Raw::Blame - Git blame class

Version

       version 0.90

See Also