NAME
App::GitGot::Repo - Base repository objects
VERSION
version 1.339
ATTRIBUTES
label
Optional label for the repo.
name
The name of the repo.
number
The number of the repo.
path
The path to the repo.
repo
tags
Space-separated list of tags for the repo
type
The type of the repo (git, svn, etc.).
METHODS
add_tags
Given a list of tags, add them to the current repo object.
in_writable_format
Returns a serialized representation of the repository for writing out in a config file.
remove_tags
Given a list of tags, remove them from the current repo object.
Passing a tag that is not on the current repo object will silently no-op.
AUTHOR
John SJ Anderson <john@genehack.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by John SJ Anderson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.