Mercurial > emacs
comparison lisp/ChangeLog @ 104043:772f278e1024
(vc-git--run-command-string): Accept a nil FILE argument.
(vc-git-stash-list): New function.
(vc-git-dir-extra-headers): Use it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 23 Jul 2009 06:42:50 +0000 |
parents | 47d49939ab41 |
children | 1b791c5d1cee |
comparison
equal
deleted
inserted
replaced
104042:47d49939ab41 | 104043:772f278e1024 |
---|---|
6 | 6 |
7 * vc-git.el (vc-git-add-signoff): New variable. | 7 * vc-git.el (vc-git-add-signoff): New variable. |
8 (vc-git-checkin): Use it. | 8 (vc-git-checkin): Use it. |
9 (vc-git-toggle-signoff): New function. | 9 (vc-git-toggle-signoff): New function. |
10 (vc-git-extra-menu-map): Bind it to menu. | 10 (vc-git-extra-menu-map): Bind it to menu. |
11 (vc-git--run-command-string): Accept a nil FILE argument. | |
12 (vc-git-stash-list): New function. | |
13 (vc-git-dir-extra-headers): Use it. | |
11 | 14 |
12 2009-07-23 Glenn Morris <rgm@gnu.org> | 15 2009-07-23 Glenn Morris <rgm@gnu.org> |
13 | 16 |
14 * help-fns.el (describe-variable): Describe ignored and risky local | 17 * help-fns.el (describe-variable): Describe ignored and risky local |
15 variables in a similar way to that in which we describe safe ones. | 18 variables in a similar way to that in which we describe safe ones. |