1BLAZE-LOG(1)              BlazeBlogger Documentation              BLAZE-LOG(1)
2
3
4

NAME

6       blaze-log - displays the BlazeBlogger repository log
7

SYNOPSIS

9       blaze-log [-cqrsCV] [-b directory] [-n number]
10
11       blaze-log -h|-v
12

DESCRIPTION

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

OPTIONS

17       -b directory, --blogdir directory
18           Allows you to specify a directory in which the BlazeBlogger
19           repository is placed. The default option is a current working
20           directory.
21
22       -n number, --number number
23           Allows you to specify a number of log entries to be listed.
24
25       -s, --short
26           Tells blaze-log to display each log entry on a single line.
27
28       -r, --reverse
29           Tells blaze-log to display log entries in reverse order.
30
31       -c, --color
32           Enables colored output. When supplied, this option overrides the
33           relevant configuration option.
34
35       -C, --no-color
36           Disables colored output. When supplied, this option overrides the
37           relevant configuration option.
38
39       -q, --quiet
40           Disables displaying of unnecessary messages.
41
42       -V, --verbose
43           Enables displaying of all messages. This is the default option.
44
45       -h, --help
46           Displays usage information and exits.
47
48       -v, --version
49           Displays version information and exits.
50

FILES

52       .blaze/log
53           A file containing the repository log.
54

EXAMPLE USAGE

56       List the whole repository history:
57
58         ~]$ blaze-log
59         Date: Sun Jul 25 16:48:22 2010
60
61             Edited the page with ID 5.
62
63         Date: Tue Jul  6 18:54:59 2010
64
65             Edited the page with ID 5.
66
67         etc.
68
69       List the whole repository history in reverse order:
70
71         ~]$ blaze-log -r
72         Date: Tue Feb 10 00:40:16 2009
73
74             Created/recovered a BlazeBlogger repository.
75
76         Date: Tue Feb 10 01:06:44 2009
77
78             Added the page with ID 1.
79
80         etc.
81
82       Display the very first log entry on a single line:
83
84         ~]$ blaze-log -rs -n 1
85         Tue Feb 10 00:40:16 2009 - Created/recovered a BlazeBlogger repository.
86

SEE ALSO

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

BUGS

91       To report a bug or to send a patch, please, add a new issue to the bug
92       tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
93       the discussion group at <http://groups.google.com/group/blazeblogger/>.
94
96       Copyright (C) 2009-2010 Jaromir Hradilek
97
98       This program is free software; see the source for copying conditions.
99       It is distributed in the hope that it will be useful, but WITHOUT ANY
100       WARRANTY; without even the implied warranty of MERCHANTABILITY or
101       FITNESS FOR A PARTICULAR PURPOSE.
102
103
104
105Version 1.1.2                     2010-11-08                      BLAZE-LOG(1)
Impressum