summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-01-24 13:23:17 -0800
committerDan Nicolaescu <dann@ics.uci.edu>2010-01-24 13:23:17 -0800
commitc2f1d6d81e9a513db096bb6986f284f736d55cbe (patch)
tree703e031ddd0a8413abf470f86e1810e88fb0d7f7 /etc
parent51850286011bc5a11e3ea20e36985a43e03f2e44 (diff)
downloademacs-c2f1d6d81e9a513db096bb6986f284f736d55cbe.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5d1ffac8904..5eb39faf6ba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -322,9 +322,6 @@ backends do not support this.
**** 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.