(refs #3)Search git repository without cloning to the file system.

This commit is contained in:
takezoe
2013-07-17 06:36:21 +09:00
parent 79ec96343f
commit 4796d7f450
2 changed files with 39 additions and 23 deletions

View File

@@ -11,6 +11,7 @@
<div>
<div><a href="@url(repository)/blob/@repository.repository.defaultBranch/@file.path">@file.path</a></div>
<div class="muted">@datetime(file.lastModified)</div>
<pre>@Html(file.highlightText)</pre>
</div>
}
}