| www.delorie.com/archives/browse.cgi | search |
| 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: | <B1A7C9C1-5EAE-49AB-A03A-D5D4AFD3B0C0 AT noqsi DOT com> |
| <50A8615E DOT 2080800 AT neurotica DOT com> | |
| <05730E0F-4DA1-47C8-80BB-5D4F37EFD94E AT noqsi DOT com> | |
| <50A8675D DOT 30509 AT neurotica DOT com> | |
| <CAM2RGhQ7aZf_yiOw4ibKTe5RnH7p8W50Maqo1YrVnLbJuhX-1Q AT mail DOT gmail DOT com> | |
| <F9FB3DFD-3D4D-4744-81E8-172D48E96FE0 AT noqsi DOT com> | |
| <CAM2RGhSkaqZUKpwZhTcJgTwMGMRjRm7gkYwGB=nBA38PCkBSQQ AT mail DOT gmail DOT com> | |
| <CAGde_xPHE8A--poeUARmD14YFtxeH7HrEtzCX3YUFZmEkH9+Yw AT mail DOT gmail DOT com> | |
| <50A95721 DOT 7080704 AT neurotica DOT com> | |
| <CAM2RGhSLRxVO8Duymig_otqRYvv4fV+0k0swqF=nfc4kH+=o+Q AT mail DOT gmail 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: | <CAMvDHVD4UkjLqh=R99=11TMd2V5fX+JYH8WPmYwz=znndvpZBg@mail.gmail.com> |
| Subject: | Re: [geda-user] notified of commit, but don't see it in the code |
| From: | Vladimir Zhbanov <vzhbanov AT gmail DOT com> |
| To: | geda-user AT delorie DOT com |
| 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 |
Hello, Jeff. 2012/11/19 Jeff Mallatt <jjm AT codewell DOT com>: > 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |