Received: from magus.postgresql.org (magus.postgresql.org [87.238.57.229]) by mail.postgresql.org (Postfix) with ESMTP id E2065A10E8D for ; Wed, 30 May 2012 09:55:14 -0300 (ADT) Received: from mail-yw0-f46.google.com ([209.85.213.46]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SZiQi-0006DV-F5 for pgsql-www@postgresql.org; Wed, 30 May 2012 12:55:14 +0000 Received: by yhmm54 with SMTP id m54so3169436yhm.19 for ; Wed, 30 May 2012 05:54:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=JynQ+VghYKKQunDRb6N1QmRArrTxIRqE1aENBBvX4KU=; b=Me6YQ+E+x959ami0pSEUuSeSKmHvcsDDML7PL3r/gtMO8TQTCAi9vgZmDLL4QGnSOB JgjM0bfIm7IgCyYX4qXa3Bwly59r3e7+j7kpw9u1VCPAE4I9jPzxn54xf2dH3VqAYo3U cfdjXdQFd+x6QQrjL9gKOThH5homoSo8CW3FYwBbMmsdK/lv5ORUfy41vT5cgm3K8JIM s1SOr5nlWGAHKQ3tjWas09MolfETNMNU93zXIknMbZhWFUmgI6RKia6ltCrHykcO1sDl DlrzuB+8TK74vpIRZDZrw+5SNnbIuXX5pp1Agjp7oQMduKOVT+yVHmt3AuTERjT16i9S BTvw== Received: by 10.101.10.7 with SMTP id n7mr4644150ani.71.1338382498909; Wed, 30 May 2012 05:54:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.111.9 with HTTP; Wed, 30 May 2012 05:54:17 -0700 (PDT) In-Reply-To: <20120530003133.GB24440@momjian.us> References: <20120530003133.GB24440@momjian.us> From: Greg Stark Date: Wed, 30 May 2012 13:54:17 +0100 X-Google-Sender-Auth: 2EVVNs3UOZYwxKJoc4i8225x6NQ Message-ID: Subject: Re: searching for git commit hash To: Bruce Momjian Cc: PostgreSQL www Content-Type: text/plain; charset=ISO-8859-1 X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201205/66 X-Sequence-Number: 20690 On Wed, May 30, 2012 at 1:31 AM, Bruce Momjian wrote: > How do I search for a commit with a specific hash tag on our git web > site? I just paste the hash into google and hit I'm Feeling Lucky. Actually in reality I paste it into the omnibox in chrome so I then I have to click the first search result. -- greg