Name

bif-log - review the repository or node history

Version

0.1.5_8 (yyyy-mm-dd)

Synopsis

bif log [ITEM] [OPTIONS...]

Description

The bif log command displays the history of all changes in the repository.

By default, the changes are shown in reverse chronological order.

Arguments & Options

ITEM
A node kind. As a shortcut, if ITEM is a node 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.
--reverse, -r
Output the changes in reverse order.

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-2017 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.