comparison lisp/ChangeLog @ 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 03ef65bf2e25
children f1bfb44da2cb
comparison
equal deleted inserted replaced
107810:03ef65bf2e25 107811:2c6eaa7826c7
1 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Add --author support to git commit.
4 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5 (vc-git-log-edit-mode): New minor mode.
6 (log-edit-mode, log-edit-extra-flags, log-edit-mode): New
7 declarations.
8
1 2010-04-09 Eric Raymond <esr@snark.thyrsus.com> 9 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2 10
3 * vc-hooks.el, vc-git.el: Improve documentation comments. 11 * vc-hooks.el, vc-git.el: Improve documentation comments.
4 12
5 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca> 13 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>