Padre::Plugin::Git(3) A Simple Git interface for Padre, the Perl IDE,

VERSION

version 0.12

SYNOPSIS

Intended for use with Padre 0.97+

cpan install Padre::Plugin::Git

Enable it via Padre->Tools->Plugin Manager

For more info see wiki <http://padre.perlide.org/trac/wiki/PadrePluginGit>

Padre::Plugin::Git is a Perl programming plug-in for Padre

DESCRIPTION

Basic git cmd commands, plus a bit more, which is a bit Xetaish
  • if you configure your local ENV with GitHub Access you can also do GitHub Pull requests,
  • plus if you use {{$NEXT}} in your Changes file it will append commit messages below. see wiki <http://padre.perlide.org/trac/wiki/PadrePluginGit> for more info.

METHODS

  • clean_dialog
  • commit_message
  • current_files
  • event_on_context_menu
  • git_cmd
  • git_cmd_task
  • git_patch
  • github_pull_request
  • load_dialog_output
  • menu_plugins_simple
  • on_finish
  • padre_interfaces
  • plugin_about
  • plugin_disable
  • plugin_enable
  • plugin_icon
  • plugin_name
  • write_changes

    use CPAN::Changes to write git commits to project Change file, this abuses the {{$NEXT}} token as a valid version see CPAN::Changes::Spec for format

CONFIGURATION AND ENVIRONMENT

To be able to do a GitHub Pull request, the following need to be configured.

        $ENV{GITHUB_USER}
        $ENV{GITHUB_TOKEN}

AUTHOR

Kevin Dawson <[email protected]>

Kaare Rasmussen, <[email protected]>

CONTRIBUTORS

Alexandr Ciornii <[email protected]>

Ryan Niebur <[email protected]>

Dominique Dumont <[email protected]>

perlbotics <[email protected]>

BUGS

Please report any bugs or feature requests to <https://github.com/PadreIDE/Padre-Plugin-Git/issues>

COPYRIGHT

Copyright X 2009-2011 Kaare Rasmussen

Copyright X 2009-2013 the Padre::Plugin::Git ``AUTHOR'' and ``CONTRIBUTORS'' as listed above.

LICENSE

This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl 5 itself.