comparison etc/NEWS @ 107811:2c6eaa7826c7

Add --author support to git commit. * vc-git.el (vc-git-checkin): Pass extra-args to the commit command. (vc-git-log-edit-mode): New minor mode. (log-edit-mode, log-edit-extra-flags, log-edit-mode): New declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 09 Apr 2010 08:35:30 -0700
parents 24c4451bcaf7
children aa85632b7860
comparison
equal deleted inserted replaced
107810:03ef65bf2e25 107811:2c6eaa7826c7
105 105
106 **** For Bzr, adding an 106 **** For Bzr, adding an
107 Author: NAME 107 Author: NAME
108 line will add "--author NAME" to the "bzr commit" command. 108 line will add "--author NAME" to the "bzr commit" command.
109 109
110 **** For Git, adding an
111 Author: NAME
112 line will add "--author NAME" to the "git commit" command.
113
110 **** For Hg, adding an 114 **** For Hg, adding an
111 Author: NAME 115 Author: NAME
112 line will add "--user NAME" to the "hg commit" command. 116 line will add "--user NAME" to the "hg commit" command.
113 117
114 ** Directory local variables can apply to file-less buffers. 118 ** Directory local variables can apply to file-less buffers.