Git::Raw::Indexer(3pm) | User Contributed Perl Documentation | Git::Raw::Indexer(3pm) |
Git::Raw::Indexer - Git indexer class
version 0.90
A Git::Raw::Indexer represents a git indexer object.
Create a new indexer. $directory is the directory where the packfile and index should be stored.
Add $data to the indexer. $progress should be a Git::Raw::TransferProgress object.
Finalize the pack and index. This will resolve any pending deltas and write out the index file. $progress should be a Git::Raw::TransferProgress object.
Retrieve the packfile's hash. A packfile's name is derived from the sorted hashing of all object names. This is only correct after the index has been finalized.
Jacques Germishuys <jacquesg@cpan.org>
Copyright 2016 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 |