Git::Raw::Diff::Stats(3pm) | User Contributed Perl Documentation | Git::Raw::Diff::Stats(3pm) |
Git::Raw::Diff::Stats - Git diff statistics class
version 0.90
A Git::Raw::Diff::Stats represents diff statistics.
WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).
Total number of deletions in the diff.
Total number of insertions in the diff.
Total number of files changed in the diff.
Flags for generating the diff stats buffer. Valid values include:
Full statistics similar to core git's "--stat".
Short statistics similar to core git's "--shortstat".
Number statistics similar to core git's "--numstat".
Include extended header information such as creations, renames and mode changes.
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 |