Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A96F5900C for ; Mon, 13 Feb 2012 03:50:54 +0000 (UTC) Received: (qmail 27823 invoked by uid 500); 13 Feb 2012 03:50:52 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 27132 invoked by uid 500); 13 Feb 2012 03:50:43 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 26123 invoked by uid 99); 13 Feb 2012 03:50:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 03:50:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of watanabe.maki@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 03:50:33 +0000 Received: by wgbdt10 with SMTP id dt10so3486509wgb.25 for ; Sun, 12 Feb 2012 19:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rhIv5WOfcsAzVLa8IVT/oyqnAQfAMwVFqVWpMtTxSIw=; b=waD81G3AMYuMo1JOT9nHQisS4KcQBfG/pao0lVVt8USd5WAC05vsPqnuDLO1zqlxeQ Fp07g78NVAwXJom9ab1FqoXZNy3hHL8VVzQG8fdoo9UyRNLI/VNYeWiBLtitHsft4Aeo rNlB+47Gkz9tcO7lMHu0UNWceDpuyQMxr5q9I= MIME-Version: 1.0 Received: by 10.180.83.97 with SMTP id p1mr21697156wiy.19.1329105013128; Sun, 12 Feb 2012 19:50:13 -0800 (PST) Received: by 10.223.57.193 with HTTP; Sun, 12 Feb 2012 19:50:13 -0800 (PST) In-Reply-To: <4F3887F0.9020500@mebigfatguy.com> References: <4F3887F0.9020500@mebigfatguy.com> Date: Mon, 13 Feb 2012 12:50:13 +0900 Message-ID: Subject: Re: How to find a commit for specific release on git? From: Maki Watanabe To: Dave Brosius Cc: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Perfect! Thanks. 2012/2/13 Dave Brosius : > Based on the tags listed here: > http://git-wip-us.apache.org/repos/asf?p=cassandra.git > > I would look here > > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commit;h=9d4c0d9a37c7d77a05607b85611c3abdaf75be94 > > > > On 02/12/2012 10:39 PM, Maki Watanabe wrote: > > Hello, > > How to find the right commit SHA for specific cassandra release? > For example, how to checkout 0.8.9 release on git repository? > With git log --grep=0.8.9, I found the latest commit mentioned about 0.8.9 > was > --- > commit 1f92277c4bf9f5f71303ecc5592e27603bc9dec1 > Author: Sylvain Lebresne > Date: Sun Dec 11 00:02:14 2011 +0000 > > prepare for release 0.8.9 > > git-svn-id: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1212938 > 13f79535-47bb-0310-9956-ffa450edef68 > --- > > However I don't think it's a reliable way. I've also checked > CHANGES.txt and NEW.txt but thoese say nothing on commit SHA. > > regards, > > -- w3m