Search results for "module:Git::CPAN::Patch"

Git::CPAN::Patch::Role::Patch River stage one • 5 direct dependents • 6 total dependents

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch - Patch CPAN modules using Git River stage one • 5 direct dependents • 6 total dependents

Git::CPAN::Patch provides a suite of git commands aimed at making trivially easy the process of grabbing any distribution off CPAN, stuffing it in a local git repository and, once gleeful hacking has been perpetrated, sending back patches to its main...

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Import River stage one • 5 direct dependents • 6 total dependents

This is the guts of Git::CPAN::Patch::Import moved here to make it callable as a function so git-backpan-init goes faster....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Release River stage one • 5 direct dependents • 6 total dependents

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Role::Git - provides access to Git repository River stage one • 5 direct dependents • 6 total dependents

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::Which - reports the repository's module River stage one • 5 direct dependents • 6 total dependents

This command prints the name of the module tracked in "cpan/master"....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::Clone - Clone a CPAN module's history into a new git repository River stage one • 5 direct dependents • 6 total dependents

Clones a CPAN distribution. If a tarball is given, either locally or via an url, it'll be used. If not, "git-cpan" will try to find the distribution or module. If it has an official git repository, it'll be cloned. If not, the history will be created...

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::Squash - Combine multiple commits into one patch River stage one • 5 direct dependents • 6 total dependents

This command creates a new branch from "cpan/master" runs "git merge --squash" against your head revision. This stages all the files for the branch and allows you to create a combined commit in order to send a single patch easily....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::Import - Import a module into a git repository River stage one • 5 direct dependents • 6 total dependents

This command is used internally by "git-cpan-init", "git-cpan-update" and "git-backpan-init". This command takes a tarball, extracts it, and imports it into the repository. It is only possible to update to a newer version of a module. The module hist...

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::Update - Import the latest version of a module and rebase the current branch River stage one • 5 direct dependents • 6 total dependents

This command runs "git-cpan import", and then if "cpan/master" was updated runs "git rebase cpan/master", bringing your patches up to date with the upstream....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::Sources - lists sources for the module River stage one • 5 direct dependents • 6 total dependents

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::SendPatch - create patch files and submit them to RT River stage one • 5 direct dependents • 6 total dependents

This command runs "git-cpan format-patch" and then if there is one patch file runs "git-cpan send-email". Multiple patches are not sent because "git send-email" creates a separate message for each patch file, resulting in multiple tickets....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::SendEmail - use git-send-email to submit patches to CPAN RT River stage one • 5 direct dependents • 6 total dependents

This command provides a "--to" parameter to "git send-email" that corresponds to the RT queue of the imported module....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::CPAN::Patch::Command::FormatPatch - Format patches using cpan/master as the origin reference River stage one • 5 direct dependents • 6 total dependents

This is just like running "git format-patch cpan/master"....

YANICK/Git-CPAN-Patch-2.5.0 - 06 Mar 2022 19:06:19 UTC

Git::Sync - synchronize a git repository. River stage one • 1 direct dependent • 2 total dependents

SHLOMIF/Git-Sync-0.0.1 - 27 Feb 2020 09:53:08 UTC

Git::Bunch - Manage gitbunch directory (directory which contain git repos) River stage one • 1 direct dependent • 1 total dependent

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.630 - 05 Oct 2023 00:05:23 UTC

App::Git::Info - Displays a summary of information about the git repository. River stage one • 1 direct dependent • 1 total dependent

Displays a git dashboard-of-sorts with info from "git status", "git status -s", and "git remote -v" ....

SHLOMIF/App-Git-Info-0.6.1 - 20 Feb 2020 07:44:53 UTC

Git::Sync::App - cmd line app to sync a git repo River stage one • 1 direct dependent • 2 total dependents

SHLOMIF/Git-Sync-0.0.1 - 27 Feb 2020 09:53:08 UTC

Git::IssueManager - Module for managing issues in a git branch within your repository River stage one • 2 direct dependents • 2 total dependents

Git::IssueManager is a Perl Module for using git as an issue store creating a distributed issue management system. It uses the Git::LowLevel Module to store issues in a issue branch using trees and blobs. EXAMPLE use Git::IssueManager; my $manager = ...

BYTERAZOR/Git-IssueManager-0.1 - 13 Sep 2018 20:56:24 UTC

Task::Git::Repository - Install all Git::Repository plugins at once River stage zero No dependents

Git::Repository is a Git wrapper for Perl with a deliberately very simple interface of only two main methods. The details of the Git commands to be run are defined in the parameters to these methods. Being so simple, Git::Repository lacks a lot of me...

BOOK/Task-Git-Repository-1.004 - 10 Jan 2021 22:54:49 UTC
37 results (0.069 seconds)