Template:Commit log
Jump to navigation
Jump to search
The following template description is not displayed when the template is inserted in an article.
RSS Feeds
- http://sourceforge.net/p/flightgear/simgear/feed
- http://sourceforge.net/p/flightgear/flightgear/feed
- http://sourceforge.net/p/flightgear/fgdata/feed
Goal
This template is to be used by pages including links to Git logs. Its main purpose is to provide links to commit logs, so that the maintainers of the newsletters and changelogs can easily find changes to publish. Defaults to the fgdata RSS feed.
Note This template currently links only to SourceForge projects, and may need to be extended to support other hosts (e.g. github/gitlab), as well as other RCS/SCMs (e.g. SVN).
Usage
{{commit log|mode=|title=|project=}}
All parameters are optional
- mode
- If tells to template to link to an RSS feed or commit browser. Defaults to
rss
.
- title
- Title of project, used in the link. Overrides project (default value).
- project
- Project name, used in link. Defaults to fgdata.
Examples
{{commit log|project=fgaddon}}
{{commit log|project=fgaddon|mode=browser}}
See also