diff options
| author | Dan Nicolaescu | 2010-06-03 16:26:39 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-03 16:26:39 -0700 |
| commit | 6941ffecb2ae33279b7d111d0073f7412a559e5d (patch) | |
| tree | 05f9aeea468a40c7f66c2699e53e640fa326c34f /etc | |
| parent | 54d3626e26da1d3d094e6182c308bb2ca968d691 (diff) | |
| download | emacs-6941ffecb2ae33279b7d111d0073f7412a559e5d.tar.gz emacs-6941ffecb2ae33279b7d111d0073f7412a559e5d.zip | |
vc-log-incoming/vc-log-outgoing improvements for Git.
* lisp/vc-git.el (vc-git-log-outgoing): Use the same format as the
short log.
(vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -164,6 +164,9 @@ read a file name from the minibuffer instead of using buffer-file-name. | |||
| 164 | 164 | ||
| 165 | *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. | 165 | *** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file. |
| 166 | 166 | ||
| 167 | **** vc-log-incoming for Git runs "git fetch" so that the necessary | ||
| 168 | data is available locally. | ||
| 169 | |||
| 167 | *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and | 170 | *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and |
| 168 | vc-log-outgoing, respectively. | 171 | vc-log-outgoing, respectively. |
| 169 | 172 | ||