aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Git-Repository/pkg-descr
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-10-19 02:47:42 +0000
committerWen Heping <wen@FreeBSD.org>2010-10-19 02:47:42 +0000
commit09f1b907234fee865981d9b7adeac025c91e9746 (patch)
treee84973a44d6aad4018de7a1f20c5bcebb9db76b8 /devel/p5-Git-Repository/pkg-descr
parentb0d0b7fae029cb2ac95932a25db5c6383abda2ac (diff)
downloadports-09f1b907234fee865981d9b7adeac025c91e9746.tar.gz
ports-09f1b907234fee865981d9b7adeac025c91e9746.zip
Notes
Diffstat (limited to 'devel/p5-Git-Repository/pkg-descr')
-rw-r--r--devel/p5-Git-Repository/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Git-Repository/pkg-descr b/devel/p5-Git-Repository/pkg-descr
new file mode 100644
index 000000000000..e3a000492d76
--- /dev/null
+++ b/devel/p5-Git-Repository/pkg-descr
@@ -0,0 +1,11 @@
+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. Is it 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.
+
+WWW: http://search.cpan.org/dist/Git-Repository/