Difference between revisions of "Template:Gitcommit"

From MythTV Official Wiki
Jump to: navigation, search
m
(Remove code.mythtv.org links)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[http://github.com/MythTV/{{{2|mythtv}}}/commit/{{{1}}} &#91;{{{3|{{{1}}}}}}&#93;]<noinclude>
+
<includeonly><span name="gitchangeset">[https://github.com/MythTV/{{{2|mythtv}}}/commit/{{{1}}} &#91;{{{3|{{{1}}}}}}&#93;]</span></includeonly><noinclude>
----
+
This template is used to provide a link to the MythTV github site by change set.  It defaults to the mythtv repository, but can be forced to use other repositories under the '''MythTV''' project.
This template is used to provide a link to the MythTV's github server by change set.  This template defaults to the '''mythtv''' repository, but can be forced to use any under the '''MythTV''' project.
 
  
 
Usage:  
 
Usage:  
Line 18: Line 17:
 
**** packaging
 
**** packaging
 
**** mythweb
 
**** mythweb
**** myththemes
 
 
**** nuvexport
 
**** nuvexport
 
**** mythtv (default)
 
**** mythtv (default)
 
*** Example:  
 
*** Example:  
**** <nowiki>{{gitcommit|4753643|mythweb}} will go to https://github.com/MythTV/mythweb/commit/4753643</nowiki>
+
**** <nowiki>{{gitcommit|4753643|mythweb}} will go to https://github.com/MythTV/mythtv/commit/4753643/mythweb</nowiki>
 
**** It will display as - {{gitcommit|4753643|mythweb}}
 
**** It will display as - {{gitcommit|4753643|mythweb}}
  
Line 29: Line 27:
 
*** 1 = the git SHA-1 tag, with at least 7 of the first characters (preferred).
 
*** 1 = the git SHA-1 tag, with at least 7 of the first characters (preferred).
 
*** 2 = a MythTV repository, current options are:
 
*** 2 = a MythTV repository, current options are:
 +
**** mythtv
 
**** extras
 
**** extras
 
**** packaging
 
**** packaging
 
**** mythweb
 
**** mythweb
**** myththemes
 
 
**** nuvexport
 
**** nuvexport
**** mythtv (default)
 
 
*** 3 = optional display instead of hash (i.e., git describe output such as "v0.17-2759-g7f3dcda")
 
*** 3 = optional display instead of hash (i.e., git describe output such as "v0.17-2759-g7f3dcda")
 
*** Example:  
 
*** Example:  
**** <nowiki>{{gitcommit|7f3dcdab|mythtv|v0.17-2759-g7f3dcda}} will go to https://github.com/MythTV/mythtv/commit/7f3dcdab</nowiki>
+
**** <nowiki>{{gitcommit|7f3dcdab|mythtv|v0.17-2759-g7f3dcda}} will go to https://github.com/MythTV/mythtv/commit/7f3dcdab/mythtv</nowiki>
 
**** It will display as - {{gitcommit|7f3dcdab|mythtv|v0.17-2759-g7f3dcda}}
 
**** It will display as - {{gitcommit|7f3dcdab|mythtv|v0.17-2759-g7f3dcda}}
  
 
The revision hashes can be shortened by truncating them, but they must be at least long enough to ensure a unique key (currently recommended at 7 digits).
 
The revision hashes can be shortened by truncating them, but they must be at least long enough to ensure a unique key (currently recommended at 7 digits).
 
</noinclude>
 
</noinclude>

Latest revision as of 02:53, 4 September 2018

This template is used to provide a link to the MythTV github site by change set. It defaults to the mythtv repository, but can be forced to use other repositories under the MythTV project.

Usage:

  • For commits in the MythTV repository (and all branches within)
    • {{gitcommit|1}}
      • Where 1 equals the git SHA-1 tag, with at least 7 of the first characters (preferred).
      • Example:
        • {{gitcommit|0a3fc07}} will go to https://github.com/MythTV/mythtv/commit/0a3fc07
        • It will display as - [0a3fc07]
  • For commits to other MythTV repositories (and all branches within)
    • {{gitcommit|1|2}}
      • 1 = the git SHA-1 tag, with at least 7 of the first characters (preferred).
      • 2 = a MythTV repository, current options are:
        • extras
        • packaging
        • mythweb
        • nuvexport
        • mythtv (default)
      • Example:
        • {{gitcommit|4753643|mythweb}} will go to https://github.com/MythTV/mythtv/commit/4753643/mythweb
        • It will display as - [4753643]
  • To add an optional display instead of the GIT hash, you can use an optional third parameter. However, you must explicitly use the second parameter in this case and classify the repository.
    • {{gitcommit|1|2|3}}
      • 1 = the git SHA-1 tag, with at least 7 of the first characters (preferred).
      • 2 = a MythTV repository, current options are:
        • mythtv
        • extras
        • packaging
        • mythweb
        • nuvexport
      • 3 = optional display instead of hash (i.e., git describe output such as "v0.17-2759-g7f3dcda")
      • Example:
        • {{gitcommit|7f3dcdab|mythtv|v0.17-2759-g7f3dcda}} will go to https://github.com/MythTV/mythtv/commit/7f3dcdab/mythtv
        • It will display as - [v0.17-2759-g7f3dcda]

The revision hashes can be shortened by truncating them, but they must be at least long enough to ensure a unique key (currently recommended at 7 digits).