diff options
| author | Dan Nicolaescu | 2010-06-05 02:56:22 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-05 02:56:22 -0700 |
| commit | eccdfe5fd18f4b573e9eada179242c513b3024b1 (patch) | |
| tree | 89924493dea6a34b4ebf2d2e8034ffbb84129053 /etc | |
| parent | 409f29191382c875a05516cc69bf3cc4e3cd4592 (diff) | |
| download | emacs-eccdfe5fd18f4b573e9eada179242c513b3024b1.tar.gz emacs-eccdfe5fd18f4b573e9eada179242c513b3024b1.zip | |
vc-log-incoming/vc-log-outgoing fixes for Git.
* lisp/vc-git.el (vc-git-log-view-mode): Fix font lock for
incoming/outgoing logs.
(vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
instead of vc-git-compute-remote.
(vc-git-compute-remote): Remove.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -167,6 +167,8 @@ read a file name from the minibuffer instead of using buffer-file-name. | |||
| 167 | **** vc-log-incoming for Git runs "git fetch" so that the necessary | 167 | **** vc-log-incoming for Git runs "git fetch" so that the necessary |
| 168 | data is available locally. | 168 | data is available locally. |
| 169 | 169 | ||
| 170 | **** vc-log-incoming and vc-log-outgoing for Git require version 1.7 (or newer). | ||
| 171 | |||
| 170 | *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and | 172 | *** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and |
| 171 | vc-log-outgoing, respectively. | 173 | vc-log-outgoing, respectively. |
| 172 | 174 | ||