Git::Raw::Filter::List - Git filter list class
Contents
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).
License And Copyright
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.
perl v5.40.1 2025-02-22 Git::Raw::Filter::List(3pm)
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
