From mboxrd@z Thu Jan 1 00:00:00 1970 From: walt Subject: My first git success Date: Fri, 13 Jan 2006 06:51:24 -0800 Organization: none Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-From: git-owner@vger.kernel.org Fri Jan 13 15:52:22 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ExQHV-0000tT-5v for gcvg-git@gmane.org; Fri, 13 Jan 2006 15:51:57 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422702AbWAMOvv (ORCPT ); Fri, 13 Jan 2006 09:51:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422706AbWAMOvv (ORCPT ); Fri, 13 Jan 2006 09:51:51 -0500 Received: from main.gmane.org ([80.91.229.2]:36014 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S1422702AbWAMOvu (ORCPT ); Fri, 13 Jan 2006 09:51:50 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ExQH6-0000nh-Ga for git@vger.kernel.org; Fri, 13 Jan 2006 15:51:32 +0100 Received: from adsl-69-234-210-171.dsl.irvnca.pacbell.net ([69.234.210.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jan 2006 15:51:32 +0100 Received: from wa1ter by adsl-69-234-210-171.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jan 2006 15:51:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: git@vger.kernel.org X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-210-171.dsl.irvnca.pacbell.net User-Agent: Mail/News 1.6a1 (X11/20060113) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: All the help you guys have given me lately has at least fixed one kernel bug :o) After using git-bisect to find the responsible commit, I emailed the maintainer who sent me back a patch to try. I used git-checkout to make a new test branch, applied and tested the patch (which fixed the bug) and I just sent off an email to the maintainer to confirm. And it was all so easy I never broke a sweat. Amazing! So thank you all again for the help and your great work.