aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-09 08:35:30 -0700
committerDan Nicolaescu2010-04-09 08:35:30 -0700
commit6aebd58cd2355e7a92efe1a5ef90ec72dc370287 (patch)
treea13ea0c5d248960c767f83a8cada61823f594ce1 /lisp/ChangeLog
parentf6d90772166c3d59614cfc273fe766c579970a4a (diff)
downloademacs-6aebd58cd2355e7a92efe1a5ef90ec72dc370287.tar.gz
emacs-6aebd58cd2355e7a92efe1a5ef90ec72dc370287.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 029db96d3ab..f4091aca9f4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12010-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
12010-04-09 Eric Raymond <esr@snark.thyrsus.com> 92010-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.