Changes

Jump to: navigation, search

Template:Git log

284 bytes added, 22:02, 16 April 2015
add "previous tag" parameter, to give a log between two tags
For the complete list of changes in this release, see [http://git.openvz.org/?p={{{1}}};a=log;h={{{2}}}{{#if|{{{4}}}|;hp={{{4}}}|}} git changelog for {{{3|{{{1}}}}}} {{{2}}} {{#if|{{{4}}}| to {{{4}}}|}}].<noinclude>
== Usage ==
<pre><nowiki>{{Git log|repo|tag[|name][|prevtag]}}</nowiki></pre>
Where
; repo
: name of git repository on git.openvz.org
; tag
: A git tag.
; name
: Optional name, for example '''kernel'''. Defaults to ''repo '' if not set.; prevtag: Optional previous tag. In case it is set, a link to a log between ''tag'' and ''prevtag'' will be shown.
=== Examples ===
| <pre><nowiki>{{git log|vzctl|3.0.22}}</nowiki></pre>
| {{git log|vzctl|3.0.22}}
|-
| <pre><nowiki>{{git log|ploop|1.13.1||1.13}}</nowiki></pre>
| {{git log|ploop|1.13.1||1.13}}
|-
|}

Navigation menu