Skip to content

Commit ffefb19

Browse files
committed
Switch references from master branch to devel
1 parent c6c2d4c commit ffefb19

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

gitlist/bioconductor/twig/index.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="repository">
1111
<div class="repository-header">
1212
<span class="fa fa-folder-open"></span> <a href="{{ path('repository', {repo: repository.name}) }}">{{ repository.name }}</a>
13-
<a href="{{ path('rss', {repo: repository.name, branch: 'master'}) }}"><span class="fa fa-rss rss-icon pull-right"></span></a>
13+
<a href="{{ path('rss', {repo: repository.name, branch: 'devel'}) }}"><span class="fa fa-rss rss-icon pull-right"></span></a>
1414
</div>
1515
<div class="repository-body">
1616
{% if repository.description %}

gitlist/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[git]
22
client = '/usr/bin/git' ; Your git executable path
3-
default_branch = 'master' ; Default branch when HEAD is detached
3+
default_branch = 'devel' ; Default branch when HEAD is detached
44
repositories[] = '/var/git/' ; Path to your repositories
55
; If you wish to add more repositories, just add a new line
66

zoekt-webserver/templates/results.html.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<thead>
2929
<tr>
3030
<th>
31-
<a href="/browse/{{$FM.Repo}}/blob/master/{{$FM.FileName}}">
31+
<a href="/browse/{{$FM.Repo}}/blob/devel/{{$FM.FileName}}">
3232
<!--{{if .URL}}<a name="{{.ResultID}}" class="result"></a><a href="{{.URL}}" >{{else}}<a name="{{.ResultID}}">{{end}}-->
3333
<small>
3434
{{$FM.Repo}}:{{$FM.FileName}}</a>:
@@ -46,7 +46,7 @@
4646
{{range $M := $FM.Matches}}
4747
<tr>
4848
<td>
49-
<pre class="inline-pre"><span class="noselect"><a href="/browse/{{$FM.Repo}}/blob/master/{{$FM.FileName}}#L{{$M.LineNum}}"><u>{{$M.LineNum}}</u></a></span>: {{range .Fragments}}{{LimitPre 100 .Pre}}<b>{{.Match}}</b>{{LimitPost 100 .Post}}{{end}}</pre>
49+
<pre class="inline-pre"><span class="noselect"><a href="/browse/{{$FM.Repo}}/blob/devel/{{$FM.FileName}}#L{{$M.LineNum}}"><u>{{$M.LineNum}}</u></a></span>: {{range .Fragments}}{{LimitPre 100 .Pre}}<b>{{.Match}}</b>{{LimitPost 100 .Post}}{{end}}</pre>
5050
</td>
5151
</tr>
5252
{{end}}

zoekt-webserver/templates/searchExamples.html.tpl

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
<!--<dt class="col-sm-3"><a href="search?q=sym:data">sym:data</a></span></dt><dd class="col-sm-9">search for symbol definitions containing "data"</dd>-->
3737
<dt class="col-sm-3"><a href="search?q=close+r:hdf5">close r:hdf5</a></dt>
3838
<dd class="col-sm-9">search for "close" in repositories whose name contains "hdf5"</dd>
39-
<!--<dt class="col-sm-3"><a href="search?q=phone+b:master">phone b:master</a></dt><dd class="col-sm-9">for Git repos, find "phone" in files in branches whose name contains "master".</dd>
40-
<dt class="col-sm-3"><a href="search?q=phone+b:HEAD">phone b:HEAD</a></dt><dd class="col-sm-9">for Git repos, find "phone" in the default ('HEAD') branch.</dd>-->
4139
</dl>
4240
</div>
4341
<div class="col-lg-5">

0 commit comments

Comments
 (0)