Git::Raw::Filter::Source(3pm) | User Contributed Perl Documentation | Git::Raw::Filter::Source(3pm) |
Git::Raw::Filter::Source - Git filter source class
version 0.90
A "Git::Raw::Filter::Source" represents a Git filter source.
WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).
Retrieve the id of the filter source as a string.
Retrieve the path that the filter source data is coming from.
Retrieve the file mode of the source file, as an integer. If the mode is unknown, this will return 0.
Retrieve the mode to be applied. Possible values include:
The file is being exported from the Git object database to the working directory.
The file is being import from the working directory to the Git object database.
Alessandro Ghedini <alexbio@cpan.org>
Jacques Germishuys <jacquesg@cpan.org>
Copyright 2014 Alessandro Ghedini.
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 |