NAME
bif-log - review the repository or node history
VERSION
0.1.5_6 (2015-10-20)
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 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.
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.