comparison 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
comparison
equal deleted inserted replaced
106973:9b98e092d459 106974:1c559638a806
319 319
320 *** vc-git changes 320 *** vc-git changes
321 321
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
325 **** The new variable vc-git-add-signoff can be used to add a
326 Signed-off-by line when committing.
327 324
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.
331 328