aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-06-03 16:26:39 -0700
committerDan Nicolaescu <[email protected]>2010-06-03 16:26:39 -0700
commit6941ffecb2ae33279b7d111d0073f7412a559e5d (patch)
tree05f9aeea468a40c7f66c2699e53e640fa326c34f /etc
parent54d3626e26da1d3d094e6182c308bb2ca968d691 (diff)
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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 58546d31bb..683b6597f8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -164,6 +164,9 @@ read a file name from the minibuffer instead of using buffer-file-name.
*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
+**** vc-log-incoming for Git runs "git fetch" so that the necessary
+data is available locally.
+
*** New key bindings: C-x v I and C-x v O bound to vc-log-incoming and
vc-log-outgoing, respectively.