Package : perl-Git-Repository

Package details

Summary: Perl interface to Git repositories

Description:
Git::Repository is a Perl interface to Git, for scripted interactions
with repositories. It's a low-level interface that allows calling any
Git command, whether porcelain or plumbing, including bidirectional
commands such as git commit-tree.

A Git::Repository object simply provides context to the git commands
being run. It is possible to call the command() and run() methods
against the class itself, and the context (typically current working
directory) will be obtained from the options and environment.

As a low-level interface, it provides no sugar for particular Git
commands. Specifically, it will not prepare environment variables that
individual Git commands may need or use.


URL: http://metacpan.org/release/Git-Repository
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs