App-Git-Workflow
view release on metacpan or search on metacpan
Improving speed of getting commit details (Ivan Wills)
Added verbose options to show progress (Ivan Wills)
1.0.5 2018-03-26
Updating for release of version 1.0.5
Adding YAML to dependencies (Ivan Wills)
Adding List::MoreUtils to dependencies (Ivan Wills)
Added missing branch-age files to default tests (Ivan Wills)
Fixing POD (Ivan Wills)
Added missing files to manifest (Ivan Wills)
Added ability to show output by branch and updated documentation (Ivan Wills)
Added ability to show recent by user (Ivan Wills)
Decided that recent could do it all (Ivan Wills)
Changing how recent chooses commits (Ivan Wills)
Sorted arguments (Ivan Wills)
Starting implementation (Ivan Wills)
Starting tests (Ivan Wills)
Fixing docs from copied files (Ivan Wills)
WIP recent-files and recent-users commands (Ivan Wills)
Creating helpers for editing commands (Ivan Wills)
New command to show the age of git branches (Ivan Wills)
0.96003 2015-01-17
Updating for release of version 0.96003
Changed test as freebsd seems to not always return a new line (Ivan Wills)
Fixed code (Ivan Wills)
Added bad-branches (Ivan Wills)
0.96002 2015-01-14
Updating for release of version 0.96002
Added protection against bad (invalid xml) pom files (Ivan Wills)
Licence updated (Ivan Wills)
Added eg to spell ignores (Ivan Wills)
Added missing POD documentation (Ivan Wills)
Added recommended dependency (Ivan Wills)
Fixed incorrectly named method and missing $self (Ivan Wills)
Fixed the test (not sure what the issue was) (Ivan Wills)
Fixing some of the broken logic (Ivan Wills)
Improved on the verbose action to use Term::Spinner if available (Ivan Wills)
Restructured so that branch-clean can support sub commands (Ivan Wills)
Added jira.url config documentation (Ivan Wills)
Fixed generated files (Ivan Wills)
Added clarification in --pull's description (Ivan Wills)
Added note about --pull not working the way I expect (Ivan Wills)
Removed testing files form distribution (Ivan Wills)
Moved pull to appropriate position (Ivan Wills)
Implemented "run" method (Ivan Wills)
Adding testing helper scripts (Ivan Wills)
0.96 2014-11-28
Updating for release of version 0.96 (Ivan Wills)
Added options to control "release" and updated docs (Ivan Wills)
Added more tests to achieve 100% coverage of git-files (Ivan Wills)
Changed test to be a little less verbose (Ivan Wills)
Added some more documentation (Ivan Wills)
0.95 2014-11-21
Updating for release of version 0.95 (Ivan Wills)
Improved coverage of git branch-clean (Ivan Wills)
Improved coverage (Ivan Wills)
Removed runner and replaced with simple system call (Ivan Wills)
Added ability to list all and remote branches (Ivan Wills)
Started writing tests for modules (Ivan Wills)
Fixed missed method name change (Ivan Wills)
Added back boilerplate test and fixed boilerplate (Ivan Wills)
Cleaned up documentation (Ivan Wills)
Added missing documentation (Ivan Wills)
Fixed spelling (Ivan Wills)
Added new files (Ivan Wills)
Upated skipped files (Ivan Wills)
Added showing the time with --verbose (Ivan Wills)
Fixed typo (Ivan Wills)
Renamed sha_from_show to commit_details to be more descriptive and updated every where using it match the updated interface (Ivan Wills)
Added getting email addresses along with names (Ivan Wills)
Fixed quotes around the name (Ivan Wills)
Added showing committers (Ivan Wills)
Added getting information about the committer of a committish (Ivan Wills)
Added help doc for --max (Ivan Wills)
Added showing all changes up to --max back in history (Ivan Wills)
Updated the documentation (Ivan Wills)
Added initial state (Ivan Wills)
Implemented grepping for files and branches (Ivan Wills)
Cleaned up "show" to be better, added setting environment variables for "do" (Ivan Wills)
bin/git-package view on Meta::CPAN
=over 4
=item uniq
Check that the current branch's package.json version is unique across all branches.
=item next
Finds the next available package.json version number buy finding the current nighest
package.json version and incrementing the second number. If C<--update> is used then
the package.json version is updated to that number.
=item whos
Find which branch or branches use a package.json version number.
=back
=head1 SUBROUTINES/METHODS
=head2 C<run ()>
bin/git-pom view on Meta::CPAN
=over 4
=item uniq
Check that the current branch's POM version is unique across all branches.
=item next
Finds the next available POM version number buy finding the current nighest
POM version and incrementing the second number. If C<--update> is used then
the POM version is updated to that number.
=item whos
Find which branch or branches use a POM version number.
=back
=head1 SUBROUTINES/METHODS
=head2 C<run ()>
lib/App/Git/Workflow/Command/Pom.pm view on Meta::CPAN
=over 4
=item uniq
Check that the current branch's POM version is unique across all branches.
=item next
Finds the next available POM version number buy finding the current nighest
POM version and incrementing the second number. If C<--update> is used then
the POM version is updated to that number.
=item whos
Find which branch or branches use a POM version number.
=back
=head1 SUBROUTINES/METHODS
=head2 C<run ()>
( run in 0.295 second using v1.01-cache-2.11-cpan-05444aca049 )