SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
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.

View file

@ -0,0 +1,15 @@
${P5SITE}/Git/
${P5SITE}/Git/Repository/
${P5SITE}/Git/Repository.pm
${P5SITE}/Git/Repository/Command.pm
${P5SITE}/Git/Repository/Plugin.pm
${P5SITE}/Git/Repository/Tutorial.pod
${P5SITE}/Git/Repository/Util.pm
${P5SITE}/Test/
${P5SITE}/Test/Git.pm
@man man/man3p/Git::Repository.3p
@man man/man3p/Git::Repository::Command.3p
@man man/man3p/Git::Repository::Plugin.3p
@man man/man3p/Git::Repository::Tutorial.3p
@man man/man3p/Git::Repository::Util.3p
@man man/man3p/Test::Git.3p