App-Sqitch
view release on metacpan or search on metacpan
lib/sqitch-log.pod view on Meta::CPAN
=item C<--committer-pattern>
=item C<--committer>
A regular expression to match against committer names.
=item C<--format>
=item C<-f>
The format to use. May be one of:
=over
=item C<full>
=item C<long>
=item C<medium>
=item C<short>
=item C<oneline>
=item C<raw>
=item C<< format:<string> >>
=back
See L</Formats> for details on each format. Defaults to C<medium>.
=item C<--date-format>
=item C<--date>
Format to use for timestamps. Defaults to C<iso>. Allowed values:
=over
=item C<iso>
=item C<iso8601>
Shows timestamps in ISO-8601 format.
=item C<rfc>
=item C<rfc2822>
Show timestamps in RFC-2822 format.
=item C<full>
=item C<long>
=item C<medium>
=item C<short>
Show timestamps in the specified format length, using the system locale's
C<LC_TIME> category.
=item C<raw>
Show timestamps in raw format, which is strict ISO-8601 in the UTC time zone.
=item C<strftime:$string>
Show timestamps using an arbitrary C<strftime> pattern. See
L<DateTime/strftime Paterns> for comprehensive documentation of supported
patterns.
=item C<cldr:$pattern>
Show timestamps using an arbitrary C<cldr> pattern. See
L<DateTime/CLDR Paterns> for comprehensive documentation of supported
patterns.
=back
=item C<--max-count>
=item C<-n>
Limit the number of events to output.
=item C<--skip>
Skip the specified number events before starting to show the event output.
=item C<--reverse>
Output the events in reverse order.
=item C<--no-reverse>
Do not output the events in reverse order.
=item C<--headers>
Output headers describing target. Enabled by default.
=item C<--no-headers>
Do not output headers describing target.
=item C<--color>
Show colored output. The value may be one of:
=over
=item C<auto> (the default)
=item C<always>
=item C<never>
=back
( run in 0.684 second using v1.01-cache-2.11-cpan-5b529ec07f3 )