Difference between revisions of "Template:Git log"
(created (mostly taken from template:kernel git log) |
(fix usage example for kernel) |
||
Line 10: | Line 10: | ||
: A git tag. | : A git tag. | ||
; name | ; name | ||
− | : Optional name, for example 2.6.18 | + | : Optional name, for example '''kernel 2.6.18'''. Defaults to repo if not set. |
=== Examples === | === Examples === |
Revision as of 17:13, 26 March 2008
For the complete list of changes in this release, see git changelog for {{{1}}} {{{2}}}.
Usage
{{Git log|repo|tag[|name]}}
Where
- repo
- name of git repository on git.openvz.org
- tag
- A git tag.
- name
- Optional name, for example kernel 2.6.18. Defaults to repo if not set.
Examples
Code | Result |
---|---|
{{git log|kernel-2.6.18-openvz|028stab050|2.6.18}} |
For the complete list of changes in this release, see git changelog for 2.6.18 028stab050. |
{{git log|vzctl|3.0.22}} |
For the complete list of changes in this release, see git changelog for vzctl 3.0.22. |