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::Filter::List - Git filter list class

Author

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A "Git::Raw::Filter::List" represents a Git filter list.

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

Methods

load($repo,$path,$mode)
       Load the filter list for a given $path. See "Git::Raw::Filter::Source->mode()" for possible value of
       $mode.

   apply_to_blob($blob)
       Apply the filter list to $blob. Returns a string containing the filtered content.

   apply_to_data($data)
       Apply the filter list to $data. Returns a string containing the filtered content.

   apply_to_file($path)
       Apply the filter list to the file specified by $path. Returns a string containing the filtered content.

Name

       Git::Raw::Filter::List - Git filter list class

Version

       version 0.90

See Also