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::Diff::Hunk - Git diff hunk class

Author

       Alessandro Ghedini <alexbio@cpan.org>

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A Git::Raw::Diff::Hunk represents a hunk in a patch.

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

Methods

old_start()
       Starting line number in "old_file".

   old_lines()
       Number of lines in "old_file".

   new_start()
       Starting line number in "new_file".

   new_lines()
       Number of lines in "new_file".

   header()
       Header text.

Name

       Git::Raw::Diff::Hunk - Git diff hunk class

Version

       version 0.90

See Also