App-Git-Workflow
view release on metacpan or search on metacpan
bin/git-changes view on Meta::CPAN
last day/week/month/year
-P --periods=int
If using --periond show this many periods of data
-f --files=file
--paths=path
Alternative way of specifying paths and files to check for
changes. This can be used more than once.
-m --merges Count merge commits
--no-merges
Don't count merge commits
OUTPUT:
-c --changes Show the number of lines etc changed by each person.
-C --commits=int
Show only people of have done more this number of commits
-f --format=[table|json|perl]
Return the results a the specified format (Default table)
-m --multi-user
Only display files/paths that more than one user has changed
-M --min-commits=int
Only show changes with this many commits
bin/git-recent view on Meta::CPAN
-s --since[=]iso-date
Show changed files since this date
-d --day Show changed files from the last day (Default action)
-w --week Show changed files from the last week
-m --month Show changed files from the last month
-a --all Show recent based on everything
-b --branch Show recent based on branches only
-r --remote Show recent based on remotes only
-t --tag Show recent based on tags only
OUTPUT:
-B --branches Show the output by what's changed in each branch
-D --depth[=]int
Truncate files to this number of directories (allows showing
areas that have changed)
-u --users Show the output by who has made the changes
-f --files Show the output the files changed (Default)
--ignore-user[=]regexp
--ignore-users[=]regexp
Ignore any user(s) matching regexp (can be specified more than once)
--ignore-branch[=]regexp
lib/App/Git/Workflow/Command/Recent.pm view on Meta::CPAN
OPTIONS:
-s --since[=]iso-date
Show changed files since this date
-d --day Show changed files from the last day (Default action)
-w --week Show changed files from the last week
-m --month Show changed files from the last month
-a --all Show recent based on local and remote branches
-r --remote Show recent based on remotes only
-t --tag Show recent based on tags only
OUTPUT:
-b --branch Show the output by what's changed in each branch
-D --depth[=]int
Truncate files to this number of directories (allows showing
areas that have changed)
-u --users Show the output by who has made the changes
-f --files Show the output the files changed (Default)
--ignore-user[=]regexp
--ignore-users[=]regexp
Ignore any user(s) matching regexp (can be specified more than once)
--ignore-branch[=]regexp
( run in 0.418 second using v1.01-cache-2.11-cpan-4e96b696675 )