From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: About commit style Date: Sat, 6 Apr 2013 19:03:20 +0800 Message-ID: <20130406190320.2aed56cdcc64becbac860b32@gmail.com> References: <20130406161308.f195518200567a56f123ac05@gmail.com> <83d2u8dorn.fsf@gnu.org> <83a9pcdo1s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365278484 27772 80.91.229.3 (6 Apr 2013 20:01:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2013 20:01:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 06 22:01:22 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UOZIL-0007UX-8J for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 22:01:01 +0200 Original-Received: from localhost ([::1]:43581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOQuK-0004ev-Ns for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 07:03:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOQuE-0004Ye-5a for emacs-devel@gnu.org; Sat, 06 Apr 2013 07:03:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOQuB-0002wC-VD for emacs-devel@gnu.org; Sat, 06 Apr 2013 07:03:34 -0400 Original-Received: from mail-da0-x232.google.com ([2607:f8b0:400e:c00::232]:55441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOQu7-0002uz-P7; Sat, 06 Apr 2013 07:03:27 -0400 Original-Received: by mail-da0-f50.google.com with SMTP id t1so1919500dae.9 for ; Sat, 06 Apr 2013 04:03:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=Edu9nzNQS0NVu3Lmbby00mMLKlzec8W8+bya0OdaZdw=; b=juFdycbdlHd/AuWkR3nACjJ4D8KXqtDXAvLhLDF9IRAaHmsH5Dav2YheNCJ5UPMMum MOssFwuC5xIMEf+j/DwhtWI/Xv9bo6H3QdGNmd1rOH2JX4PFH5a4R96W8hevIk75VP1r 1mBiRcFyeIA5XpbXXp6ACLlwIo3YrMMsL0+2lnwFAXhQ+cArx/BVNQI0ucSv++qdqIpM 9d7QmxK/TRaVRVJ4vsI0nxRHlhCMc2WPAqxGYec8oXubsx5/AzmL8IlX48QI8gLrCNDQ RFGTNxCSunMBzTn9fecfOMVXCOqTPYU31XlXY4B6cCxfpOAnh3vVFvqG7PJDwNYzEx36 LnLw== X-Received: by 10.66.121.202 with SMTP id lm10mr19841567pab.138.1365246206599; Sat, 06 Apr 2013 04:03:26 -0700 (PDT) Original-Received: from debian.emacs ([61.149.228.20]) by mx.google.com with ESMTPS id jz5sm17269697pbc.26.2013.04.06.04.03.16 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Apr 2013 04:03:25 -0700 (PDT) In-Reply-To: <83a9pcdo1s.fsf@gnu.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c00::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158704 Archived-At: On Sat, 06 Apr 2013 12:08:15 +0300 Eli Zaretskii wrote: > > Date: Sat, 06 Apr 2013 11:52:44 +0300 > > From: Eli Zaretskii > > Cc: emacs-devel@gnu.org > > > > You can use separate branches for that, to reduce inconvenience if > > you find the bugs when you are already half way into adding the > > feature. > > Or shelve your changes, fix the bug, commit it, then unshelve the > changes and continue. > > Of (if you develop the feature on a separate branch), fix the bugs on > the trunk, in which case they don't affect your feature branch work. > > Or cherry-pick versions from branch to trunk, when you commit. > > I'm sure there are more ways of doing this, so that (a) bugfixes are > separate from unrelated features, and (b) your development workflow is > not disrupted or inconvenienced in any way. I see, thank you. I'll capture (using `org-capture') the bug if it doesn't affect my feature branch work. If not, I'll fix it first. -- Xue Fuqiao http://www.gnu.org/software/emacs/