From: David Kastrup <dak@gnu.org>
To: git@vger.kernel.org
Subject: [PATCH] (vc-git-annotate-command):  Make synchronous for now.
Date: Mon, 16 Jul 2007 02:05:48 +0200	[thread overview]
Message-ID: <46a0cbb79076aa55cbbef313e9561a4be1174a16.1184548803.git.dak@gnu.org> (raw)
In-Reply-To: <403842ba71506c7b194812cd9a4f669c847eb7bc.1184548803.git.dak@gnu.org>
We need a test to figure out whether Emacs supports asynchronous
annotations (not yet available in CVS).
Signed-off-by: David Kastrup <dak@gnu.org>
---
 contrib/emacs/vc-git.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index d7ad314..c3f30ad 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -185,7 +185,7 @@ Returns nil if not possible."
 Optional arg VERSION is a version to annotate from."
   (let ((coding-system-for-read git-commits-coding-system))
     (vc-do-command buffer
-		   'async
+		   0
 		   "git" file "blame"
 		   (or version "HEAD")
 		   "--")))
-- 
1.4.4.2
next prev parent reply	other threads:[~2007-07-16  1:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-16  1:24 [PATCH] contrib/emacs/vc-git.el: various improvements David Kastrup
2007-07-15  9:46 ` [PATCH] contrib/emacs/Makefile: Also install .el files David Kastrup
2007-07-16  1:27   ` [PATCH] contrib/emacs David Kastrup
2007-07-16  3:20   ` [PATCH] contrib/emacs/Makefile: Also install .el files Junio C Hamano
2007-07-15 23:42 ` [PATCH] Make several improvements and get annotations to work (Emacs support pending) David Kastrup
2007-07-15 23:53 ` [PATCH] vc-git: support asynchronous annotations, and improve versioning David Kastrup
2007-07-16  3:20   ` Junio C Hamano
2007-07-16  5:29     ` David Kastrup
2007-07-16  6:14       ` Junio C Hamano
2007-07-16  0:05 ` David Kastrup [this message]
2007-07-16  3:20 ` [PATCH] contrib/emacs/vc-git.el: various improvements Junio C Hamano
2007-07-16  5:26   ` David Kastrup
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=46a0cbb79076aa55cbbef313e9561a4be1174a16.1184548803.git.dak@gnu.org \
    --to=dak@gnu.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).