diff options
| author | Dan Nicolaescu | 2010-01-24 13:23:17 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-01-24 13:23:17 -0800 |
| commit | c2f1d6d81e9a513db096bb6986f284f736d55cbe (patch) | |
| tree | 703e031ddd0a8413abf470f86e1810e88fb0d7f7 /etc | |
| parent | 51850286011bc5a11e3ea20e36985a43e03f2e44 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -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 |
| 323 | it's not supported on git versions earlier than 1.5. | 323 | it'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 | ||
| 326 | Signed-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 |
| 329 | displayed in the *vc-dir* header, stashes can be created, removed, applied and | 326 | displayed in the *vc-dir* header, stashes can be created, removed, applied and |
| 330 | their content displayed. | 327 | their content displayed. |