Mercurial > emacs
diff etc/NEWS @ 106974:1c559638a806
Remove support for adding --signoff on commit.
Future support will use an incompatible generic mechanism.
* vc-git.el (vc-git-add-signoff): Remove variable.
(vc-git-toggle-signoff): Remove function.
(vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 24 Jan 2010 13:23:17 -0800 |
parents | 964aafa9629a |
children | 36d87e3f3cc3 |
line wrap: on
line diff
--- a/etc/NEWS Sun Jan 24 13:08:53 2010 -0800 +++ b/etc/NEWS Sun Jan 24 13:23:17 2010 -0800 @@ -322,9 +322,6 @@ **** The short log format for git makes use of the graph display, so it's not supported on git versions earlier than 1.5. -**** The new variable vc-git-add-signoff can be used to add a -Signed-off-by line when committing. - **** Support for operating with stashes has been added to vc-dir: the stash list is displayed in the *vc-dir* header, stashes can be created, removed, applied and their content displayed.