[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Library of Babel source block
From: |
Pieter Praet |
Subject: |
Re: [O] [PATCH] Library of Babel source block |
Date: |
Sun, 28 Aug 2011 20:20:29 +0200 |
User-agent: |
Notmuch/0.7-34-g3a53027 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) |
On Sun, 28 Aug 2011 07:11:36 -1000, address@hidden (Thomas S. Dye) wrote:
> [...]
> I tried to follow Bastien's suggestion about adding a change log to the
> commit message, but ended up with something that looks different than
> his example. I'm not sure why--perhaps Bastien is not working in magit,
> so his instructions apply to some other context?
> [...]
Bastien was referring to `add-change-log-entry{,-other-window}', which is
part of Emacs [1], and is mainly intended to add entries to a dedicated
ChangeLog file (when this file isn't present, it'll open a new buffer
for the entry). While it *does* most definitely produce properly formatted
entries when called with point on a diff hunk, it always requires the extra
step of yanking the entry into your commit message buffer.
When using Magit (which I highly recommend) however, you can add properly
formatted entries *much* faster by positioning point on a (staged) diff
hunk in the status buffer, and calling `magit-add-log' (bound to 'C') [2].
If you don't already have a commit buffer ('*magit-edit-log*'), it will
create one for you, so you don't even need to call `magit-log-edit'
(bound to 'c') in advance anymore. :)
Peace
--
Pieter
[1] [[info:emacs#Change Log]]
[2] [[info:magit#Staging and Committing]]