Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/NEWS Fri Apr 09 10:17:52 2010 -0400 +++ b/etc/NEWS Fri Apr 09 08:35:30 2010 -0700 @@ -107,6 +107,10 @@ Author: NAME line will add "--author NAME" to the "bzr commit" command. +**** For Git, adding an +Author: NAME +line will add "--author NAME" to the "git commit" command. + **** For Hg, adding an Author: NAME line will add "--user NAME" to the "hg commit" command.