The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

bif-log - review the repository or topic history

VERSION

0.1.5_4 (2015-08-04)

SYNOPSIS

    bif log [ITEM] [OPTIONS...]

DESCRIPTION

The bif log command displays repository history. Without any arguments it is equivalent to bif log repo --order time, which displays the history of changes in the current repository in reverse chronological order.

ARGUMENTS & OPTIONS

ITEM

A topic kind. As a shortcut, if ITEM is a topic ID or a project PATH then the ITEM kind will be looked up and the appropriate sub-command run.

--action, -a

Sort actions in the order in which they were added to the repository instead of by time/thread.

DEVELOPER METHODS

log_comment($row, $raw)

Prints the details contained in the hash reference $row as a comment. If $raw is true then the Subject line will not be copied from the previous comment.

SEE ALSO

bif(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2013-2015 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.