From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MTog2-0000xl-70 for garchives@archives.gentoo.org; Thu, 23 Jul 2009 03:09:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF653E01FA; Thu, 23 Jul 2009 03:09:00 +0000 (UTC) Received: from mail-pz0-f188.google.com (mail-pz0-f188.google.com [209.85.222.188]) by pigeon.gentoo.org (Postfix) with ESMTP id A2BE7E01FA; Thu, 23 Jul 2009 03:09:00 +0000 (UTC) Received: by pzk26 with SMTP id 26so383362pzk.32 for ; Wed, 22 Jul 2009 20:09:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=3KliSeIFg6xgcH2z3BOt0RZIbuR1GlfxZSxnq2V5trk=; b=AgxF60osG7StSpKcuO0OQO8tf2vwP5rPkQbjDatnmgb8eh/P92bFYTlaO1mRgEcfdx 9vj53V54tRQ0aRbHAiGGJtfW6NoKlNEM5GxpAhiutIeaRAwevRt1caBdFKRGcEzfMM2J EbZDAh/Qi8M0P2NKC2ce9zhu2+YNWzHYlO7jU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=NpVfo3eTUzRMYQHJ7sFul3Sl5gRT1YA1w+PVh+iJ1TfjDjbMM83EdDvYJwW26Nv5Hr Cb1Awh0NiwWk6H7urInROmjd30x0DGoSORPG8BBfDqw8Hi6w9uQeOPrBea97fsHOQOIM WGQeMOv3EBDP5PAmy6gXwgb95r14yaR/9lN4s= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Sender: nirbheek.chauhan@gmail.com Received: by 10.114.126.6 with SMTP id y6mr1603629wac.229.1248318540226; Wed, 22 Jul 2009 20:09:00 -0700 (PDT) In-Reply-To: <1248288117.7494.34.camel@thedude> References: <1245163715.14589.515.camel@thedude> <1248288117.7494.34.camel@thedude> Date: Thu, 23 Jul 2009 08:39:00 +0530 X-Google-Sender-Auth: 238fdb9dd1bf2288 Message-ID: <8b4c83ad0907222009sba2c36fu59d2caf68ebcfd95@mail.gmail.com> Subject: [gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool From: Nirbheek Chauhan To: gentoo-soc@lists.gentoo.org Cc: Gentoo Dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 215b05bc-1c1a-452e-8c36-36e1adba3c0c X-Archives-Hash: 1fa263a013cbc30e41e9c31fab2c915d 2009/7/23 S=C3=A9rgio Almeida : > I'm still not doing any commits as uselect can still break your python > environment while testing and i don't have the time to learn how to > handle branches in git. > It's probably wise to commit code in small-ish (and self-containing) discrete units each of which add something without breaking anything. Otherwise, it becomes very difficult to track down which change broke something via git bisect. I would recommend that you try to do this, if only just to learn how to make good commits. You could take a look at how the kernel folks handle this -- features go in as several small commits/patches. --=20 ~Nirbheek Chauhan