logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::Pinto::Command::log - show the revision logs of a stack

Author

       Jeffrey Ryan Thalhammer <jeff@stratopan.com>

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 log --stack=dev
         pinto --root REPOSITORY_ROOT log dev

       A "stack" argument will override anything specified with the "--stack" option. If the stack is not
       specified using neither argument nor option, then the logs of the default stack will be shown.

Command Options

       --with-diffs
       -d  For  each  revision,  also  show  the  diff from the previous revision.  If the "PINTO_DETAILED_DIFF"
           environment varaible is set to a true value, a detailed diff will be shown.

       --stack NAME
       -s NAME
           Show the logs of 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.

Description

       !! THIS COMMAND IS EXPERIMENTAL !!

       This command shows the revision logs for the stack.

Name

       App::Pinto::Command::log - show the revision logs of a stack

Synopsis

         pinto --root=REPOSITORY_ROOT log [STACK] [OPTIONS]

Version

       version 0.14

See Also