From: James Moger Date: Wed, 21 Mar 2012 22:05:15 +0000 (-0400) Subject: Corrected sample syntax for branch and path terms X-Git-Tag: v0.9.0~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6dd4bb55e3be948cc7b34dc22d7f94456a019cb;p=gitblit.git Corrected sample syntax for branch and path terms --- diff --git a/src/com/gitblit/wicket/pages/LuceneSearchPage.html b/src/com/gitblit/wicket/pages/LuceneSearchPage.html index 3014bfc4..22a2a1b0 100644 --- a/src/com/gitblit/wicket/pages/LuceneSearchPage.html +++ b/src/com/gitblit/wicket/pages/LuceneSearchPage.html @@ -34,8 +34,8 @@
type: commit or blob
commit: commit id
- path: path/to/blob
- branch: refs/heads/master
+ path: "path/to/blob"
+ branch: "refs/heads/master"
author: or committer:
@@ -59,7 +59,7 @@
-

+