The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist::zilla::plugin::git"

Dist::Zilla::Plugin::Git - Update your git repository after release River stage three • 106 direct dependents • 133 total dependents

This set of plugins for Dist::Zilla can do interesting things for module authors using Git (<https://git-scm.com>) to track their work. You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain fe...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC - Search in distribution

Dist::Zilla::Plugin::Config::Git - Plugin configuration containing settings for a Git repo River stage three • 1 direct dependent • 134 total dependents

This is a configuration plugin for Git repo/branch information. A configuration plugin is sort of like a Stash, but is better suited for intra-plugin data sharing, using distro (not user) data. Why use this? To provide a standard set of information t...

BBYRD/Dist-Zilla-Plugin-Config-Git-0.92 - 04 Dec 2013 02:24:34 UTC - Search in distribution

Dist::Zilla::Plugin::Git::Checkout - clone and checkout a Git repository River stage zero No dependents

This plugin clones, or if it is already cloned, fetches and updates a Git repository. The plugin runs during the initialization phase, which is the same for bundles and plugins. You can check out a Git repository and load bundles or plugins from this...

SKIRMESS/Dist-Zilla-Plugin-Git-Checkout-0.004 - 08 Jan 2022 20:20:37 UTC - Search in distribution

Dist::Zilla::Plugin::Git::Describe - add the results of `git describe` (roughly) to your main module River stage two • 7 direct dependents • 12 total dependents

This plugin will add the long-form git commit description for the current repo to the dist's main module as a comment. It may change, in the future, to put things in a package variable, or to provide an option. It inserts this in the same place that ...

RJBS/Dist-Zilla-Plugin-Git-Describe-0.008 - 31 Dec 2022 22:08:32 UTC - Search in distribution

Dist::Zilla::Plugin::ChangeStats::Git - add code churn statistics to the changelog River stage one • 2 direct dependents • 3 total dependents

Adds a line to the changelog giving some stats about the code churn since the last release, which will look like: - code churn: 6 files changed, 111 insertions(+), 1 deletions(-)...

YANICK/Dist-Zilla-Plugin-ChangeStats-Git-0.6.0 - 14 Apr 2017 16:45:58 UTC - Search in distribution

Dist::Zilla::Plugin::Git::NextRelease - Use time-stamp from Git instead of process start time. River stage one • 1 direct dependent • 1 total dependent

KENTNL/Dist-Zilla-Plugin-Git-NextRelease-0.004001 - 04 Mar 2017 02:18:45 UTC - Search in distribution

Dist::Zilla::Plugin::Git::PushInitial - do initial git push from your minting profile River stage one • 3 direct dependents • 3 total dependents

This module is only of interest to authors of Dist::Zilla minting profiles. After minting a new dist with Git::Init and setting remote information with e.g. GitHub::Create, if "push.default" is not configured or set at the default value ("tracking"),...

RKITOVER/Dist-Zilla-Plugin-Git-PushInitial-0.02 - 21 May 2013 14:11:54 UTC - Search in distribution

Dist::Zilla::Plugin::Git::Contributors - Add contributor names from git to your distribution River stage two • 32 direct dependents • 45 total dependents

This is a Dist::Zilla plugin that extracts all names and email addresses from git commits in your repository and adds them to the distribution metadata under the "x_contributors" key. It takes a minimalist approach to this -- no data is stuffed into ...

ETHER/Dist-Zilla-Plugin-Git-Contributors-0.037 - 18 Feb 2024 23:51:54 UTC - Search in distribution

Dist::Zilla::Plugin::Git::RequireUnixEOL - enforce the correct line endings in your Git repository with Dist::Zilla River stage zero No dependents

This plugin checks that all the files in the Git repository where your project is saved use Unix line endings and have no whitespace at the end of a line. Files not in the Git index are ignored. You can ignore additional files with the "ignore" optio...

SKIRMESS/Dist-Zilla-Plugin-Git-RequireUnixEOL-1.001 - 08 Jan 2022 22:54:25 UTC - Search in distribution

Dist::Zilla::Plugin::Git::DescribeVersion - Provide version using git-describe River stage zero No dependents

This performs the Dist::Zilla::Role::VersionProvider role. It uses Git::DescribeVersion to count the number of commits since the last tag (matching *match_pattern*) or since the initial commit, and uses the result as the *version* parameter for your ...

RWSTAUNER/Dist-Zilla-Plugin-Git-DescribeVersion-1.004 - 18 Aug 2012 18:32:02 UTC - Search in distribution

Dist::Zilla::Plugin::Git::FilePermissions - fix the file permissions in your Git repository with Dist::Zilla River stage zero No dependents

This plugin fixes the file permissions of all the files in the Git repository where your project is saved. Files not in the Git index, and directories, are ignored. Without configuration, every file is changed to the default permission of 0644. The d...

SKIRMESS/Dist-Zilla-Plugin-Git-FilePermissions-1.002 - 25 Oct 2022 20:35:49 UTC - Search in distribution

Dist::Zilla::Plugin::GitHub - Plugins to integrate Dist::Zilla with GitHub River stage two • 23 direct dependents • 27 total dependents

Dist-Zilla-Plugin-GitHub is a set of plugins for Dist::Zilla intended to more easily integrate GitHub <https://github.com> in the "dzil" workflow. The following is the list of the plugins shipped in this distribution: * Dist::Zilla::Plugin::GitHub::C...

ETHER/Dist-Zilla-Plugin-GitHub-0.49 - 30 Apr 2023 13:18:14 UTC - Search in distribution

Dist::Zilla::Plugin::GitLab - Plugins to integrate Dist::Zilla with GitLab River stage one • 2 direct dependents • 2 total dependents

Dist-Zilla-Plugin-GitLab is a set of plugins for Dist::Zilla intended to more easily integrate GitLab <https://gitlab.com> in the "dzil" workflow. The following is the list of the plugins shipped in this distribution: * Dist::Zilla::Plugin::GitLab::C...

GEEKRUTH/Dist-Zilla-PluginBundle-GitLab-1.0002 - 09 Jan 2022 16:27:04 UTC - Search in distribution

Dist::Zilla::Plugin::GitObtain - obtain files from a git repository before building a distribution River stage one • 1 direct dependent • 1 total dependent

This module uses Git::Wrapper to obtain files from git repositories before building a distribution. Projects downloaded via git would be placed into the current directory by default. To specify an alternate location, use the "--git_dir" option. This ...

DUFF/Dist-Zilla-Plugin-GitObtain-0.06 - 03 Feb 2012 06:29:51 UTC - Search in distribution

Dist::Zilla::Plugin::UpdateGitHub - Update your github repository description from abstract on release River stage one • 3 direct dependents • 6 total dependents

Dist::Zilla::Plugin::UpdateGitHub will automatically update your github repository description to be the same as your abstract on release It will infer the repository name from the distribution name, and get your login/token from "$HOME/.github" or "...

ROKR/Dist-Zilla-PluginBundle-ROKR-0.0019 - 23 Aug 2011 18:56:15 UTC - Search in distribution

Dist::Zilla::Plugin::GitFmtChanges - Build CHANGES file from a project's git log using git log format. River stage one • 1 direct dependent • 1 total dependent

This Dist::Zilla plugin writes a CHANGES file that contains formatted commit information from recent git logs. The CHANGES file is formatted using the "--format" option of the git log command. This makes it easy to make the CHANGES file look the way ...

RUBYKAT/Dist-Zilla-Plugin-GitFmtChanges-0.006 - 19 Nov 2016 09:12:23 UTC - Search in distribution

Dist::Zilla::Plugin::AuthorsFromGit - Add per-file per-year copyright info to each Perl document River stage zero No dependents

This Dist::Zilla plugin is intended for large Perl distributions that have been existing for some time, where maintainership has changed over the years, and where different people have contributed to different parts of the code. It provides a means t...

AKHUETTEL/Dist-Zilla-Plugin-AuthorsFromGit-0.007 - 16 Nov 2021 13:35:33 UTC - Search in distribution

Dist::Zilla::Role::Git::Remote - Git Remote specification and validation for plugins. River stage two • 8 direct dependents • 18 total dependents

KENTNL/Dist-Zilla-Plugin-Git-Remote-Check-0.1.2 - 26 Mar 2012 19:48:41 UTC - Search in distribution

Dist::Zilla::Plugin::ChangelogFromGit - Write a Changes file from a project's git log. River stage one • 6 direct dependents • 9 total dependents

This Dist::Zilla plugin turns a project's git commit log into a change log file. It's better than simply running `git log > CHANGES` in at least two ways. First, it understands release tags, and it uses them to group changes by release. Second, it re...

RCAPUTO/Dist-Zilla-Plugin-ChangelogFromGit-0.017 - 18 Jan 2018 03:16:50 UTC - Search in distribution

Dist::Zilla::Plugin::GitVersionCheckCJM - Ensure version numbers are up-to-date River stage two • 17 direct dependents • 23 total dependents

This plugin makes sure that module version numbers are updated as necessary. In a distribution with multiple module, I like to update a module's version only when a change is made to that module. In other words, a module's version is the version of t...

CJM/Dist-Zilla-Plugins-CJM-6.000 - 18 Dec 2017 05:29:03 UTC - Search in distribution
277 results (0.13 seconds)