NAME
App::Pinto::Command::blame - show who put each package on a stack
VERSION
version 0.052
SYNOPSIS
pinto --root=REPOSITORY_ROOT blame [STACK] [OPTIONS]
DESCRIPTION
!! THIS COMMAND IS EXPERIMENTAL !!
This comand shows who put each package in the head revision of the stack, and which revision it was last added, pinned, or unpinned.
COMMAND ARGUMENTS
As an alternative to the --stack
option, you can specify it as an argument. So the following examples are equivalent:
pinto --root REPOSITORY_ROOT blame --stack=dev
pinto --root REPOSITORY_ROOT blame dev
A STACK
argument will silently override anything specified with the --stack
option.
COMMAND OPTIONS
- --stack NAME
- -s NAME
-
Show blame for the stack with the given NAME. Defaults to the name of whichever stack is currently marked as the default stack. Use the stacks command to see the stacks in the repository.
AUTHOR
Jeffrey Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.