Document C-c C-s signoff toggling.

This commit is contained in:
Marius Vollmer 2009-06-06 15:23:29 +03:00
parent 65e5363170
commit 9f9370ce62
2 changed files with 8 additions and 1 deletions

3
NEWS
View file

@ -10,6 +10,9 @@ Changes in magit 0.8:
* Switching to a remote branch will offer to create a local tracking * Switching to a remote branch will offer to create a local tracking
branch for it. branch for it.
* Hitting C-c C-s while editing a commit message will toggle the
"--signoff" option.
* Bug fixes to make Magit work better with newer Gits. * Bug fixes to make Magit work better with newer Gits.
Changes in magit 0.7: Changes in magit 0.7:

View file

@ -264,7 +264,11 @@ Another choice is stage everything at the time of hitting @kbd{c}.
You can type @kbd{C-c C-a} in the buffer with the change description 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{amend} the current commit in HEAD.
Typing @kbd{C-c C-s} will toggle the @code{--signoff} option. The
default is determined by the @code{magit-commit-signoff} customization
variable.
If you change your mind and don't want to go ahead with your commit 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 while you are in the @code{*magit-log-edit*} buffer, you can just