Document C-c C-k in the *magit-log-edit* buffer.

This commit is contained in:
Marius Vollmer 2009-03-01 15:15:23 +02:00
parent e6a1fd4e70
commit 67a0c1ada7

View file

@ -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 to toggle a flag that determines whether the next commit will
@emph{amending} the current commit in HEAD. @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 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 addition, it will try to insert a ChangeLog-style entry for the change
that point is in. that point is in.