From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: A request: Moving away from ChangeLog Date: Fri, 21 May 2010 11:46:41 -0400 Message-ID: References: <2151275B-C80E-4B40-9022-8C9054020163@gmail.com> <469766F9-7C25-4792-A203-B241C22E2ED5@gmail.com> <94D31A4E-B262-4E06-AE2A-9C3D43145CAC@gmail.com> <7D47FD95-8C8D-4540-864A-D2C76B998A52@gmail.com> <87wruxicy4.fsf@thinkpad.tsdh.de> <32B3D851-51FA-43FA-8B14-594597FB42A1@gmail.com> <87tyq12ri9.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38732 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFUQz-0004Sh-Mz for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFUQy-0005rm-6a for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:46:49 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:48059) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFUQy-0005rd-0t for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:46:48 -0400 Received: by pvg2 with SMTP id 2so811268pvg.0 for ; Fri, 21 May 2010 08:46:46 -0700 (PDT) In-Reply-To: <87tyq12ri9.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Tassilo Horn , emacs-orgmode@gnu.org On May 21, 2010, at 11:39 AM, Bernt Hansen wrote: > I make most of my git commits (including org-mode) in vim which is > kicked off from raw command-line git. I normally make multiple = changes > at once and then build separate commits by using git's editing hunk > features from 'git add -p'. I don't think that functionality is > available in magit yet. magit's original purpose was the ability to do just this. So, it's been = able to stage individual hunks since day one. You can also use - and + = to narrow or expand the range of each hunk. John=