
Shipwright::Backend::Git - Git repository backend

This module implements an Git repository backend for Shipwright.

initialize a project.
since nearly all the time we need to clone first to use git, it's good that we keep a cloned dir. this returns the cloned_dir, will also clone if it's not cloned yet
check if the given repository is valid.
git's local clone is nearly the same as a fs backend, this returns a Shipwright::Backend::FS object which reflects the cloned_dir repository.

sunnavy <sunnavy@bestpractical.com>

Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.