Difference between revisions of "Template:Git log"
(remove prevtag from anchor text) |
(fix to link to src.openvz.org; rm prevtag param) |
||
Line 1: | Line 1: | ||
− | For the complete list of changes in this release, see [ | + | For the complete list of changes in this release, see [https://src.openvz.org/projects/OVZL/repos/{{{1}}}/commits?until=refs/tags/{{{2}}} git changelog for {{{3|{{{1}}}}}} {{{2}}}].<noinclude> |
== Usage == | == Usage == | ||
Line 11: | Line 11: | ||
; name | ; name | ||
: Optional name, for example '''kernel'''. Defaults to ''repo'' if not set. | : Optional name, for example '''kernel'''. Defaults to ''repo'' if not set. | ||
− | |||
− | |||
=== Examples === | === Examples === | ||
Line 26: | Line 24: | ||
| <pre><nowiki>{{git log|vzctl|vzctl-3.0.22}}</nowiki></pre> | | <pre><nowiki>{{git log|vzctl|vzctl-3.0.22}}</nowiki></pre> | ||
| {{git log|vzctl|vzctl-3.0.22|}} | | {{git log|vzctl|vzctl-3.0.22|}} | ||
− | |||
− | |||
− | |||
|- | |- | ||
|} | |} |
Revision as of 01:46, 1 May 2015
For the complete list of changes in this release, see git changelog for {{{1}}} {{{2}}}.
Usage
{{Git log|repo|tag[|name][|prevtag]}}
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.
Examples
Note that there is a special Template:Kernel git log for kernel, a bit easier to use.
Code | Result |
---|---|
{{git log|linux-2.6.18-openvz|028stab050|2.6.18}} |
For the complete list of changes in this release, see git changelog for kernel 028stab050. |
{{git log|vzctl|vzctl-3.0.22}} |
For the complete list of changes in this release, see git changelog for vzctl-3.0.22. |