1grep-changelog(1) General Commands Manual grep-changelog(1)
2
3
4
6 grep-changelog - print ChangeLog entries matching criteria
7
9 grep-changelog [options] [CHANGELOG...]
10
12 grep-changelog searches the named CHANGELOGs (by default files matching
13 the regular expressions ChangeLog and ChangeLog\.[0-9]+) for entries
14 matching the specified criteria. At least one option or file must be
15 specified. This program is distributed with GNU Emacs.
16
18 The program accepts unambiguous abbreviations for option names.
19
20 --author=AUTHOR
21 Print entries whose author matches regular expression AUTHOR.
22
23 --text=TEXT
24 Print entries whose text matches regular expression TEXT.
25
26 --exclude=TEXT
27 Exclude entries matching regular expression TEXT.
28
29 --from-date=YYYY-MM-DD
30 Only consider entries made on or after the given date.
31 ChangeLog date entries not in the “YYYY-MM-DD” format are never
32 matched.
33
34 --to-date=YYYY-MM-DD
35 Only consider entries made on or before the given date.
36
37 --rcs-log
38 Print output in a format suitable for RCS log entries. This
39 format removes author lines, leading spaces, and file names.
40
41 --with-date
42 In RCS log format, print short dates.
43
44 --reverse
45 Show matches in reverse order.
46
47 --version
48 Display version information.
49
50 --help Display basic usage information.
51
53 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
54
55 Permission is granted to make and distribute verbatim copies of this
56 document provided the copyright notice and this permission notice are
57 preserved on all copies.
58
59 Permission is granted to copy and distribute modified versions of this
60 document under the conditions for verbatim copying, provided that the
61 entire resulting derived work is distributed under the terms of a per‐
62 mission notice identical to this one.
63
64 Permission is granted to copy and distribute translations of this docu‐
65 ment into another language, under the above conditions for modified
66 versions, except that this permission notice may be stated in a trans‐
67 lation approved by the Free Software Foundation.
68
69
70
71 grep-changelog(1)