X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zHVIjsIjOCLhrvtQPJtyP22Nd+Q7kK376D9c7vq53vI=; b=gylOjFMd5XmMEFqS3/pTzfpslOUnVvAFEtopp/m48siijG6yVbbB7N3wy15od5bmGt GqRlv4wpjHAn4vfeCj7rFTI8Z8fFNOEkaAAZtEY8R+aQ3K71GqMFTA1Qq0jpEPNbPm+D DczTlhvoFBru8O/KXeLQbwze9RoUVPqHX7lzTsR1CFW/ozd9H2/0x2azfqc6QpJa0WR+ ILRaHXXwpeluO6rYZY8Q2gGnyYm+g5CBZDTB1O9TACo5NdyGda482JnLgdy+pJNuHCsS yRIIUDEqteHkWoq1kzeY+tBRz9v1ht+Bwd34syFVYa8KphWNmp/02qAL/VlTFGvPiwHh v2Iw== MIME-Version: 1.0 In-Reply-To: <7.0.1.0.2.20121119070819.03e8f3e0@codewell.com> References: <50A8615E DOT 2080800 AT neurotica DOT com> <05730E0F-4DA1-47C8-80BB-5D4F37EFD94E AT noqsi DOT com> <50A8675D DOT 30509 AT neurotica DOT com> <50A95721 DOT 7080704 AT neurotica DOT com> <20121119084248 DOT GA31731 AT visitor2 DOT iram DOT es> <7 DOT 0 DOT 1 DOT 0 DOT 2 DOT 20121119070819 DOT 03e8f3e0 AT codewell DOT com> Date: Tue, 20 Nov 2012 07:25:44 +0300 Message-ID: Subject: Re: [geda-user] notified of commit, but don't see it in the code From: Vladimir Zhbanov To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello, Jeff. 2012/11/19 Jeff Mallatt : > I received the appended notification that a commit was made of a patch, but > when I look at the code (I did a clean re-clone of the repository at > "git://git.geda-project.org/geda-gaf", just to be sure) I don't see the > change. Is that the correct URL for the repository? Or is thre something > else I'm not understanding? > > Thanks. In the web view choose the branch stable-1.8 at http://git.geda-project.org/geda-gaf/log/?h=stable-1.8 There is a search form there. Search for author and enter your name there. To find your patch in your cloned repository do the following: git checkout stable-1.8 git log -100 --oneline |grep 67c6022 where 67c6022 is a hash number of your commit mentioned at https://bugs.launchpad.net/geda/+bug/1004757 Cheers