Git::Raw::Filter::List(3pm) | User Contributed Perl Documentation | Git::Raw::Filter::List(3pm) |
Git::Raw::Filter::List - Git filter list class
version 0.90
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).
Load the filter list for a given $path. See "Git::Raw::Filter::Source->mode()" for possible value of $mode.
Apply the filter list to $blob. Returns a string containing the filtered content.
Apply the filter list to $data. Returns a string containing the filtered content.
Apply the filter list to the file specified by $path. Returns a string containing the filtered content.
Jacques Germishuys <jacquesg@cpan.org>
Copyright 2014 Jacques Germishuys.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
2022-10-29 | perl v5.36.0 |