DOKK / manpages / debian 10 / libgit-raw-perl / Git::Raw::RefSpec.3pm.en
Git::Raw::RefSpec(3pm) User Contributed Perl Documentation Git::Raw::RefSpec(3pm)

Git::Raw::RefSpec - Git refspec class

version 0.79

A Git::Raw::RefSpec represents a Git refspec.

WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).

Retrieve the destination specifier of the refspec.

Check if the refspec's destination descriptor matches the reference named by $name.

Retrieve the source specifier of the refspec.

Check if the refspec's source descriptor matches the reference named by $name.

Get the refspec's string.

Get the refspec's direction. It is either "fetch" or "push".

Transform $name to its target following the refspec's rules.

Transform the target reference $name to its source reference name following the refspec's rules.

Get the refspec's force update setting.

Alessandro Ghedini <alexbio@cpan.org>

Jacques Germishuys <jacquesg@striata.com>

Copyright 2012 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.

2019-01-12 perl v5.28.1