NAME

bif-log - review the repository or topic history

VERSION

0.1.0 (yyyy-mm-dd)

SYNOPSIS

bif log [ID] [OPTIONS...]

DESCRIPTION

Display the history of changes in the repository in reverse chronological order.

ARGUMENTS

ID

A topic ID or a project PATH. If this argument is used then only the history from that topic will be displayed, in hierarchical (conversation topic) order.

OPTIONS

--filter TYPE

Only show entries of a specific TYPE:

  • new

    Entries related to topic creation.

  • status

    Entries related to topic status changes. Note that this option will include the entries from the 'new' filter.

Can be used multiple times to filter on multiple types.

--format STYLE

[Not Implemented] Change the amount of detail displayed for each entry. STYLE can be one of the following:

  • short

  • normal

  • full

--group TIMESPAN

[Not Implemented] Group the entries together based on one of the following TIMESPANs:

  • hour

  • day

  • week

  • month

  • logtime

    Group the entries into blocks of activity that happened in the last hour, today, yesterday, last week, etc.

SEE ALSO

bif(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2013 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.