diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 09 10:17:52 2010 -0400
+++ b/lisp/ChangeLog	Fri Apr 09 08:35:30 2010 -0700
@@ -1,3 +1,11 @@
+2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	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.
+
 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
 
 	* vc-hooks.el, vc-git.el: Improve documentation comments.