Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760158AbXK1AoS (ORCPT ); Tue, 27 Nov 2007 19:44:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757533AbXK1AoF (ORCPT ); Tue, 27 Nov 2007 19:44:05 -0500 Received: from nf-out-0910.google.com ([64.233.182.186]:34236 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758668AbXK1AoC (ORCPT ); Tue, 27 Nov 2007 19:44:02 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:date:to:cc:subject:message-id:in-reply-to:references:organization:x-mailer:mime-version:content-type:content-transfer-encoding:from; b=BW2WKEaeuExlxYS7qrRWw0QBMMykVFgZWf9Tp9ztFKxdMQUGSbTpQyEGbONJKR7LmT18VBGsHfddQOHFd6HjgleKcDMkNRcVbRPuXezUkPaCd9vIjsKOMipuD1PdhJ8Y6U72b2J3NofXc/NsK2uOg2vmDIXOaltEP/Yki9Qao5o= Date: Wed, 28 Nov 2007 01:43:53 +0100 To: Willy Tarreau Cc: Kristoffer Ericson , Tilman Schmidt , LKML Subject: Re: git guidance Message-Id: <20071128014353.4294e664.Kristoffer.ericson@gmail.com> In-Reply-To: <20071127235237.GF15227@1wt.eu> References: <474C9B31.8000408@imap.cc> <20071127235511.bd9557f0.Kristoffer.ericson@gmail.com> <20071127235237.GF15227@1wt.eu> Organization: JLime X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit From: Kristoffer Ericson Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2327 Lines: 52 On Wed, 28 Nov 2007 00:52:38 +0100 Willy Tarreau wrote: > On Tue, Nov 27, 2007 at 11:55:11PM +0100, Kristoffer Ericson wrote: > > Greetings, > > > > Google is your friend. If you're looking for irc channels you can always try #git at irc.freenode.net > > Git howto/tutorial/... doesn't belong in the kernel mailinglist. > > Well, I don't agree with you. His question is about how to use GIT to > develop his driver. > 1) linux-kernel is a development ML. > 2) he needs help from people how already encountered such beginner's > issues and who might git very good advices. Agreed, my main concern was turning list into a "git-support" list and since I used the tutorials myself to get started, I felt they are quite satisfactory. However as you pointed out, needing help to develope his driver is a kernel matter. Point taken. :) > > It should not turn into an endless thread led by people who want to > redefine GIT's roadmap, but experience sharing helps a lot with GIT. > > Tilman, there was a howto by Jeff Garzik I believe. It helped me > a lot when I didn't understand a damn command, even if it was in > the very old ages (version 0.5 or something like this). The tutorials > on the GIT site are quite good too. You must read them entirely and > proceed with the examples as you read them. Believe me, it helps you > understand a lot of things, specially about the split in 3 parts > (objects, cache, and working dir). > > I really think that if your patches do not apply, it's because you > have lost some changes due to a wrong initial use possibly caused > by a mis-understanding of the tool. It happened to me too, but in > this case you can almost certainly find your old changes in older > commits. > > I really hope that soon someone will come up with a big 400-pages > book called "GIT" with a lot of good advices. It would be awesome. I second that :) > > Anyway, don't get demotivated about the tool or the workflow. If > you find it inconvenient to use, you're doing something wrong and > you don't know it. > > Regards, > 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/