From 67a0c1ada7313a2d7faf7b76778401bc4f3d6a43 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 1 Mar 2009 15:15:23 +0200 Subject: [PATCH] Document C-c C-k in the *magit-log-edit* buffer. --- magit.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/magit.texi b/magit.texi index d6b135ac..51b28a13 100644 --- a/magit.texi +++ b/magit.texi @@ -266,6 +266,16 @@ You can type @kbd{C-c C-a} in the buffer with the change description to toggle a flag that determines whether the next commit will @emph{amending} the current commit in HEAD. +If you change your mind and don't want to go ahead with your commit +while you are in the @code{*magit-log-edit*} buffer, you can just +switch to another buffer, continue editing there, staging and +unstaging things until you are happy, and then return to the +@code{*magit-log-edit*} buffer, maybe via @kbd{C-x b}, or by hitting +@kbd{c} again in a Magit buffer. + +If you want to erase the @code{*magit-log-edit*} buffer and bury it, +you can hit @kbd{C-c C-k} in it. + Typing @kbd{C} will also pop up the change description buffer, but in addition, it will try to insert a ChangeLog-style entry for the change that point is in.