Re: git.postgresql.org not finding a commit

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: git.postgresql.org not finding a commit
Date: 2014-11-11 23:08:32
Message-ID: 546296F0.10501@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On 11/11/14, 3:55 PM, Alvaro Herrera wrote:
> Jim Nasby wrote:
>> Details below, but http://git.postgresql.org/gitweb/?p=postgresql.git&a=search&h=HEAD&st=commit&s=0ac5ad5134f2769ccbaefec73844f8504c4d6182 shows nothing, but that commit does exist:
>>
>> decibel(at)decina:[15:12]~/pgsql/HEAD/src/backend (master=)$git log 0ac5ad5134f2769ccbaefec73844f8504c4d6182|head -n1
>> commit 0ac5ad5134f2769ccbaefec73844f8504c4d6182
>>
>> Our github mirror doesn't show that commit in it's search either :(
>
> No idea what "search" does, but it doesn't work on a commit ID. This
> works:
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=0ac5ad5134f2769ccbaefec73844f8504c4d6182

Well, this is rather confusing, because the drop-down by the search box on [1] has a selection for "commit". You'd think that would allow you to search for a specific commit.

Turns out, the help [2] states that the "commit" context for search searches commit author and messages. So I guess it's as expected, albeit confusing. :(

Anyone know how hard it would be to allow a commit "search" to also look for a specific commit hash?

1: http://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
2: http://git.postgresql.org/gitweb/?p=postgresql.git;a=search_help
--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2014-11-11 23:10:48 Re: Column/type dependency recording inconsistencies
Previous Message Tom Lane 2014-11-11 22:31:18 Re: Deciding which index to use

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2014-11-12 08:03:08 Re: git.postgresql.org not finding a commit
Previous Message Alvaro Herrera 2014-11-11 21:56:01 Re: tracking commit timestamps