aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2010-01-24 13:23:17 -0800
committerDan Nicolaescu2010-01-24 13:23:17 -0800
commitc2f1d6d81e9a513db096bb6986f284f736d55cbe (patch)
tree703e031ddd0a8413abf470f86e1810e88fb0d7f7 /etc
parent51850286011bc5a11e3ea20e36985a43e03f2e44 (diff)
downloademacs-c2f1d6d81e9a513db096bb6986f284f736d55cbe.tar.gz
emacs-c2f1d6d81e9a513db096bb6986f284f736d55cbe.zip
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.
322**** The short log format for git makes use of the graph display, so 322**** The short log format for git makes use of the graph display, so
323it's not supported on git versions earlier than 1.5. 323it's not supported on git versions earlier than 1.5.
324 324
325**** The new variable vc-git-add-signoff can be used to add a
326Signed-off-by line when committing.
327
328**** Support for operating with stashes has been added to vc-dir: the stash list is 325**** Support for operating with stashes has been added to vc-dir: the stash list is
329displayed in the *vc-dir* header, stashes can be created, removed, applied and 326displayed in the *vc-dir* header, stashes can be created, removed, applied and
330their content displayed. 327their content displayed.