Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id 43AB0A10E8C for ; Wed, 30 May 2012 06:45:17 -0300 (ADT) Received: from mail-ob0-f174.google.com ([209.85.214.174]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SZfSr-00028y-LV for pgsql-www@postgresql.org; Wed, 30 May 2012 09:45:17 +0000 Received: by obbtb18 with SMTP id tb18so8170837obb.19 for ; Wed, 30 May 2012 02:45:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=juffo.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=I+FD2NZHbQb+4/slvZg0nU5u06lU7/107W9s0kl9SkI=; b=T0TqvUlxUDB7GkqqMznI4f9BKaidtex4NBtXJfje9xSUrb2gPiMB037oTV9LFtJYYW jwxkxjF06f6smBXoTtCt9mX9kUTtmZ+C2oXloOgOJpWG9FEB4cqmHREMhDuZCIR2lyqX yNv9qakpQOAw+1zkaKGJIytfqoJddSCPFo5l4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=I+FD2NZHbQb+4/slvZg0nU5u06lU7/107W9s0kl9SkI=; b=ZLeB5J9f4tXwCzfG+VyIsUkAaOjdO/iWkkuakgvoAs48GdaHufmWWM3E+hsH1cD/7Q r0Nq+JxrgdJQpNAfdBFI8BQxtdASwceO6JQ24Macf/9JGopn0G1+lVWB0RqXifjCOBJp Qyjfj2TJ6/tx8hzBeGBB1po+ouLQFUvO/hdJlNqvmuIulrthidUJ/7NEt333CUXjjlQz zpOYUnlDBr8PwV4bS5V0An+1+vtdMJyYfln4b9pAWk6DhiEbPF9aP4RC9XnSWbD+Wj+x GJ4YVVDXs9DzAugRAFG9yaANrTPWDJ7lAmkQKhXvgDR8fJU1qxRvwYVQSPv+TkbGLNCx 1i2g== Received: by 10.182.52.105 with SMTP id s9mr14447154obo.48.1338371100751; Wed, 30 May 2012 02:45:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.82.200 with HTTP; Wed, 30 May 2012 02:44:20 -0700 (PDT) In-Reply-To: References: <20120530003133.GB24440@momjian.us> From: Marti Raudsepp Date: Wed, 30 May 2012 12:44:20 +0300 Message-ID: Subject: Re: searching for git commit hash To: Magnus Hagander Cc: Bruce Momjian , PostgreSQL www Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmhWlSNsALLGhYp2mVozaD8gsBO38xmfNZk0HMVvSOS9MMTJ/Ywmy3gqJYhELAKim6CGpiP X-Pg-Spam-Score: -2.6 (--) X-Archive-Number: 201205/64 X-Sequence-Number: 20688 On Wed, May 30, 2012 at 8:06 AM, Magnus Hagander wrote: > On Wed, May 30, 2012 at 2:31 AM, Bruce Momjian wrote: >> How do I search for a commit with a specific hash tag on our git web >> site? > 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. Regards, Marti