[MAINTAINER NOTE: This is Git.pm, plus the other files in the perl/Git directory, from github's git/git, which is a mirror of the git source. I (cpan msouth, or current maintainer) update the VERSION string (necessary on CPAN because of another CPAN ...
MSOUTH/Git-0.42 - 10 Oct 2017 00:27:47 UTC - Search in distribution- Git::I18N - Perl interface to Git's Gettext localizations
- Git::SVN::Ra - Subversion remote access functions for git-svn
- Git::SVN::Utils - utility functions used across Git::SVN
- 9 more results from Git »
This module is a Perl binding to libgit2. It attempts to make a clean OO API for dealing with git repositories from Perl. It should be very fast....
INGY/Git-XS-0.02 - 27 Dec 2011 23:09:56 UTC - Search in distributionlibgit2 <http://libgit2.github.com> is a pure C implementation of the Git core methods provided as a re-entrant linkable library designed to be fast and portable with a solid API. This module provides Perl bindings to the libgit2 API. WARNING: The AP...
JACQUESG/Git-Raw-0.87 - 30 Aug 2020 12:19:25 UTC - Search in distribution- Git::Raw::Tag - Git tag class
- Git::Raw::Odb - Git object database class
- Git::Raw::Tree - Git tree class
- 56 more results from Git-Raw »
Use git <http://www.git-scm.com> commands easily from your Perl program. Each git command is imported as a System::Sub DWIM sub....
DOLMEN/Git-Sub-0.163320 - 27 Nov 2016 16:35:22 UTC - Search in distributionURI::git is an URI scheme handler for <git://> protocol....
MIYAGAWA/URI-git-0.02 - 08 Nov 2009 04:44:27 UTC - Search in distributionThis backend reads and writes data from a Git repository using the Git Git wrapper. Git Database Roles This backend does the following roles (check their documentation for a list of supported methods): Git::Database::Role::Backend, Git::Database::Rol...
BOOK/Git-Database-0.012 - 26 Apr 2019 16:37:23 UTC - Search in distribution- Git::Database - Provide access to the Git object database
- Git::Database::Backend::Git::Sub - A Git::Database backend based on Git::Sub
- Git::Database::Backend::Git::Wrapper - A Git::Database backend based on Git::Wrapper
- 20 more results from Git-Database »
Doit::Git is a Doit component providing commands for dealing with the git revision control system. It has to be added to a script using Doit's add_component: $doit->add_component('git'); DOIT COMMANDS The following commands are added to the Doit runn...
SREZIC/Doit-0.025 - 16 Dec 2017 16:39:07 UTC - Search in distributionRCL/Git-Demo-0.02 - 13 Mar 2011 16:27:09 UTC - Search in distribution
- lib/Git/Demo/Action/Git.pm
- Git::Demo::Story - The story with which to run a demo
- lib/Git/Demo/Story/Event.pm
- 4 more results from Git-Demo »
Run and prase git diff command for perl hash structure...
MZIESCHA/Git-Diff-0.000102 - 25 Nov 2019 06:39:02 UTC - Search in distributionMOSHEN/Git-Glog-0.01 - 07 Oct 2011 21:20:27 UTC - Search in distribution
VEESH/Git-Open-0.1.12 - 21 Oct 2019 18:17:58 UTC - Search in distribution
Test::Git provides a number of helpful functions when running test scripts that require the creation and management of a Git repository....
BOOK/Git-Repository-1.324 - 31 Aug 2019 23:31:15 UTC - Search in distribution- Git::Repository - Perl interface to Git repositories
- Git::Repository::Plugin - Base class for Git::Repository plugins
- Git::Repository::Command - Command objects for running git
- 1 more result from Git-Repository »
SHLOMIF/Git-Sync-0.0.1 - 27 Feb 2020 09:53:08 UTC - Search in distribution
- Git::Sync::App - cmd line app to sync a git repo
This module, like other Aliens, can be used as a dependency on the "git" source control tool. Unlike many other Aliens, it will *only* work with a system install. That is to say, it will only work if "git" is already installed. Some day down the line...
PLICEASE/Alien-Build-Git-0.08 - 31 May 2019 17:34:49 UTC - Search in distribution- Alien::Build::Git - Alien::Build tools for interacting with git
- Alien::Build::Plugin::Download::Git - Alien::Build plugin to download from git
An instance of the Git::Annex class represents a git repository in which "git annex init" has been run. This module provides some useful methods for working with such repositories from Perl. See <https://git-annex.branchable.com/> for more informatio...
SPWHITTON/Git-Annex-0.007 - 28 Feb 2021 20:21:04 UTC - Search in distribution- Git::Annex::BatchCommand - Perl interface to git-annex --batch commands
- git-annex-reviewunused - interactively process 'git annex unused' output
- App::annex_to_annex_reinject - annex-to-annex-reinject
A *gitbunch* or *bunch* directory is just a term I coined to refer to a directory which contains, well, a bunch of git repositories. It can also contain other stuffs like files and non-git repositories (but they must be dot-dirs). Example: repos/ -> ...
PERLANCAR/Git-Bunch-0.628 - 31 Jan 2021 02:58:13 UTC - Search in distributionThis is a simple wrapper of a "git" executable. The strength is that you can run a "git" command and capture the output in a simple and more portable way than using "open" to pipe (which is not always implemented fully). As of this writing, most of t...
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTC - Search in distributionGNUSTAVO/Git-Hooks-3.0.0 - 22 Nov 2020 00:14:54 UTC - Search in distribution
- Git::Hooks
- Git::Message - A Git commit message
- Git::Hooks::Test - Git::Hooks testing utilities
- 14 more results from Git-Hooks »
This is the base module it will try to use all roles in the "Group::Git::Cmd::*" namespace. This allows the creation of new command by just putting a role in that namespace. Classes may extend this class to implement their own methods for finding rep...
IVANWILLS/Group-Git-v0.7.4 - 06 Mar 2020 18:59:46 UTC - Search in distribution- Group::Git::Repo - Git repository details object.
- Group::Git::Stash - Adds reading all repositories you have access to on your local Stash server
- Group::Git::Github - Adds reading all repositories you have access to on github.com
- 17 more results from Group-Git »
This module provides several Type::Tiny types for some of git's data types....
BLUEFEET/Types-Git-0.04 - 18 Feb 2019 05:52:46 UTC - Search in distribution