Skip to content

Commit 982962c

Browse files
moygitster
authored andcommitted
git-rev-list.txt: make ascii markup uniform with other pages.
Other pages use --option=<argument>, not --option='argument', do the same here. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4c0fe0a commit 982962c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Documentation/rev-list-options.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,38 +140,38 @@ limiting may be applied.
140140
--
141141

142142
-n 'number'::
143-
--max-count='number'::
143+
--max-count=<number>::
144144

145145
Limit the number of commits output.
146146

147-
--skip='number'::
147+
--skip=<number>::
148148

149149
Skip 'number' commits before starting to show the commit output.
150150

151-
--since='date'::
152-
--after='date'::
151+
--since=<date>::
152+
--after=<date>::
153153

154154
Show commits more recent than a specific date.
155155

156-
--until='date'::
157-
--before='date'::
156+
--until=<date>::
157+
--before=<date>::
158158

159159
Show commits older than a specific date.
160160

161161
ifdef::git-rev-list[]
162-
--max-age='timestamp'::
163-
--min-age='timestamp'::
162+
--max-age=<timestamp>::
163+
--min-age=<timestamp>::
164164

165165
Limit the commits output to specified time range.
166166
endif::git-rev-list[]
167167

168-
--author='pattern'::
169-
--committer='pattern'::
168+
--author=<pattern>::
169+
--committer=<pattern>::
170170

171171
Limit the commits output to ones with author/committer
172172
header lines that match the specified pattern (regular expression).
173173

174-
--grep='pattern'::
174+
--grep=<pattern>::
175175

176176
Limit the commits output to ones with log message that
177177
matches the specified pattern (regular expression).

0 commit comments

Comments
 (0)