Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422732AbWLUFoy (ORCPT ); Thu, 21 Dec 2006 00:44:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422738AbWLUFoy (ORCPT ); Thu, 21 Dec 2006 00:44:54 -0500 Received: from 1wt.eu ([62.212.114.60]:1618 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422732AbWLUFoy (ORCPT ); Thu, 21 Dec 2006 00:44:54 -0500 Date: Thu, 21 Dec 2006 06:44:45 +0100 From: Willy Tarreau To: Jeff Garzik Cc: Linux Kernel , Git Mailing List Subject: Re: Updated Kernel Hacker's guide to git Message-ID: <20061221054445.GL24090@1wt.eu> References: <4589F9B1.2020405@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4589F9B1.2020405@garzik.org> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1333 Lines: 35 Hi Jeff ! On Wed, Dec 20, 2006 at 10:04:17PM -0500, Jeff Garzik wrote: > I refreshed my git intro/cookbook for kernel hackers, at > http://linux.yyz.us/git-howto.html Thanks for this update, it was my most useful source of inspiration when I started with git. > This describes most of the commands I use in day-to-day kernel hacking. > Let me know if there are glaring errors or missing key commands. I very often use "git-format-patch -k -m" to produce individual patches that I delay, merge in other branches, or even in other trees with "git-am -k -3". I believe it was Davem who suggested this a while ago, and I agree it's very convenient to maintain a patch collection (and sometimes to clean them up). Also, I think that for beginners, you have not insisted enough on the fact that they should not modify the master branch, but that they should immediately create their own branch before any local changes. I got caught by this when I started, and had trouble playing with the origin branch to try to fix my mistakes. Overall it's a good tutorial anyway. Cheers, Willy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/