Re: searching for git commit hash - Mailing list pgsql-www

From Magnus Hagander
Subject Re: searching for git commit hash
Date
Msg-id CABUevEx+vPFyMO_PTZ6MN97F6wSwJKzc7DcBgrwbyZgAETfnFg@mail.gmail.com
Whole thread Raw
In response to Re: searching for git commit hash  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: searching for git commit hash
List pgsql-www
On Wed, May 30, 2012 at 4:03 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Marti Raudsepp <marti@juffo.org> writes:
>> On Wed, May 30, 2012 at 8:06 AM, Magnus Hagander <magnus@hagander.net> wrote:
>>> I don't believe gitweb supports searching. You'll need to pick another
>>> hash and then copy/paste on the URL.
>
>> Well there is a "search" box in the upper right corner, but I think it
>> can only search for text, not commit hashes.
>
> I have a private page containing a text box I can type the hash into.
> This is very fast and it works with hash prefixes too, which I bet
> google would not.
>
>     <form action="http://git.postgresql.org/gitweb"
>      method="get" id="goto-commit-id">
>      <input type="hidden" name="p" value="postgresql.git" />
>      <input type="hidden" name="a" value="commitdiff" />
>      Git Commit Hash <input type="text" name="h" size="60" />
>     </form>
>
> Dunno if enough people would use this to justify putting it on a public
> page.

Should be easy enough to add if people want it - somewhere under
www.postgresql.org/developer/ i'd assume...

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-www by date:

Previous
From: Tom Lane
Date:
Subject: Re: searching for git commit hash
Next
From: Devrim GÜNDÜZ
Date:
Subject: [Fwd: [JDBC] JDBC website help !]