logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

blaze-log - displays the BlazeBlogger repository log

Bugs

       To  report  a  bug  or  to  send  a  patch,  please,  add  a  new   issue   to   the   bug   tracker   at
       <http://code.google.com/p/blazeblogger/issues/>,     or     visit     the     discussion     group     at
       <http://groups.google.com/group/blazeblogger/>.

Description

blaze-log displays the content of the BlazeBlogger repository log.

Example Usage

       List the whole repository history:

         ~]$ blaze-log
         Date: Sun Jul 25 16:48:22 2010

             Edited the page with ID 5.

         Date: Tue Jul  6 18:54:59 2010

             Edited the page with ID 5.

         etc.

       List the whole repository history in reverse order:

         ~]$ blaze-log -r
         Date: Tue Feb 10 00:40:16 2009

             Created/recovered a BlazeBlogger repository.

         Date: Tue Feb 10 01:06:44 2009

             Added the page with ID 1.

         etc.

       Display the very first log entry on a single line:

         ~]$ blaze-log -rs -n 1
         Tue Feb 10 00:40:16 2009 - Created/recovered a BlazeBlogger repository.

Files

.blaze/log
           A file containing the repository log.

Name

       blaze-log - displays the BlazeBlogger repository log

Options

-bdirectory, --blogdirdirectory
           Allows  you to specify a directory in which the BlazeBlogger repository is placed. The default option
           is a current working directory.

       -nnumber, --numbernumber
           Allows you to specify a number of log entries to be listed.

       -s, --short
           Tells blaze-log to display each log entry on a single line.

       -r, --reverse
           Tells blaze-log to display log entries in reverse order.

       -c, --color
           Enables colored output. When supplied, this option overrides the relevant configuration option.

       -C, --no-color
           Disables colored output. When supplied, this option overrides the relevant configuration option.

       -q, --quiet
           Disables displaying of unnecessary messages.

       -V, --verbose
           Enables displaying of all messages. This is the default option.

       -h, --help
           Displays usage information and exits.

       -v, --version
           Displays version information and exits.

See Also

blaze-init(1), blaze-config(1)

Synopsis

blaze-log [-cqrsCV] [-bdirectory] [-nnumber]

       blaze-log-h|-v

See Also