diff options
| author | Dan Nicolaescu | 2010-04-09 08:35:30 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-09 08:35:30 -0700 |
| commit | 6aebd58cd2355e7a92efe1a5ef90ec72dc370287 (patch) | |
| tree | a13ea0c5d248960c767f83a8cada61823f594ce1 /etc | |
| parent | f6d90772166c3d59614cfc273fe766c579970a4a (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -107,6 +107,10 @@ choose a color via list-colors-display. | |||
| 107 | Author: NAME | 107 | Author: NAME |
| 108 | line will add "--author NAME" to the "bzr commit" command. | 108 | line will add "--author NAME" to the "bzr commit" command. |
| 109 | 109 | ||
| 110 | **** For Git, adding an | ||
| 111 | Author: NAME | ||
| 112 | line will add "--author NAME" to the "git commit" command. | ||
| 113 | |||
| 110 | **** For Hg, adding an | 114 | **** For Hg, adding an |
| 111 | Author: NAME | 115 | Author: NAME |
| 112 | line will add "--user NAME" to the "hg commit" command. | 116 | line will add "--user NAME" to the "hg commit" command. |