1App::Pinto::Command::loUgs(e3r)Contributed Perl DocumentAaptpi:o:nPinto::Command::log(3)
2
3
4

NAME

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

VERSION

9       version 0.14
10

SYNOPSIS

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

DESCRIPTION

15       !! THIS COMMAND IS EXPERIMENTAL !!
16
17       This command shows the revision logs for the stack.
18

COMMAND ARGUMENTS

20       As an alternative to the "--stack" option, you can specify it as an
21       argument.  So the following examples are equivalent:
22
23         pinto --root REPOSITORY_ROOT log --stack=dev
24         pinto --root REPOSITORY_ROOT log dev
25
26       A "stack" argument will override anything specified with the "--stack"
27       option. If the stack is not specified using neither argument nor
28       option, then the logs of the default stack will be shown.
29

COMMAND OPTIONS

31       --with-diffs
32       -d  For each revision, also show the diff from the previous revision.
33           If the "PINTO_DETAILED_DIFF" environment varaible is set to a true
34           value, a detailed diff will be shown.
35
36       --stack NAME
37       -s NAME
38           Show the logs of the stack with the given NAME.  Defaults to the
39           name of whichever stack is currently marked as the default stack.
40           Use the stacks command to see the stacks in the repository.
41

AUTHOR

43       Jeffrey Ryan Thalhammer <jeff@stratopan.com>
44
46       This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
47
48       This is free software; you can redistribute it and/or modify it under
49       the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.36.0                      2022-07-22       App::Pinto::Command::log(3)
Impressum