Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Git"

(New page: <noinclude> This template is used to provide a link to a git repository. The single parameter should be the path of your Git repository under /gitroot. {{Usage|<pre>{{Git|/ecf/org.eclipse...)
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is used to provide a link to a git repository. The single parameter should be the path of your Git repository under /gitroot.
+
This template is used to provide a link to a git repository. The first parameter is the name of the project, and the second parameter is the repository name.
  
{{Usage|<pre>{{Git|/ecf/org.eclipse.ecf.git}}</pre>
+
{{Usage|<pre>{{Git|ecf|org.eclipse.ecf.git}}</pre>
|2={{Git|/ecf/org.eclipse.ecf.git}}}}
+
|2={{Git|ecf|org.eclipse.ecf.git}}}}
</noinclude><includeonly>[http://git.eclipse.org/c{{{1}}} {{{1}}}]</includeonly>
+
</noinclude><includeonly>[http://git.eclipse.org/c/{{{1}}}/{{{2}}} {{{2}}}] ([http://git.eclipse.org/c/{{{1}}}/{{{2}}}/tree browse], [http://git.eclipse.org/c/{{{1}}}/{{{2}}}/stats stats], [http://orionhub.org/git/git-repository.html#,cloneGitRepository=http://git.eclipse.org/gitroot/{{{1}}}/{{{2}}} fork on OrionHub])
 +
</includeonly>

Latest revision as of 11:26, 12 June 2012

This template is used to provide a link to a git repository. The first parameter is the name of the project, and the second parameter is the repository name.

Markup Rendering
{{Git|ecf|org.eclipse.ecf.git}}

org.eclipse.ecf.git (browse, stats, fork on OrionHub)


Back to the top