aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-09 08:35:30 -0700
committerDan Nicolaescu2010-04-09 08:35:30 -0700
commit6aebd58cd2355e7a92efe1a5ef90ec72dc370287 (patch)
treea13ea0c5d248960c767f83a8cada61823f594ce1 /etc
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 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a21f7967c2f..dadb92e0248 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -107,6 +107,10 @@ choose a color via list-colors-display.
107Author: NAME 107Author: NAME
108line will add "--author NAME" to the "bzr commit" command. 108line will add "--author NAME" to the "bzr commit" command.
109 109
110**** For Git, adding an
111Author: NAME
112line will add "--author NAME" to the "git commit" command.
113
110**** For Hg, adding an 114**** For Hg, adding an
111Author: NAME 115Author: NAME
112line will add "--user NAME" to the "hg commit" command. 116line will add "--user NAME" to the "hg commit" command.