The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Shipwright::Backend::Git - Git repository backend

SYNOPSIS

    shipwright create -r git:file:///home/me/shipwright/my_proj.git

DESCRIPTION

This module implements a Git based backend for Shipwright repository.

ENVIRONMENT VARIABLES

SHIPWRIGHT_GIT - path of git command, default value is git.

METHODS

build
initialize

initialize a project.

check_repository

check if the given repository is valid.

fs_backend

git's local clone is nearly the same as a fs backend, this returns a Shipwright::Backend::FS object which reflects the local_dir repository.

info
import
commit
delete
move

AUTHORS

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Shipwright is Copyright 2007-2012 Best Practical Solutions, LLC.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.