From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: problem with vc-annotate using git 1.5.6 Date: Sat, 12 Jun 2010 20:26:28 -0400 Message-ID: <19476.9652.451447.810881@rgr.rgrjr.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1276388804 9147 80.91.229.12 (13 Jun 2010 00:26:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Jun 2010 00:26:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 13 02:26:43 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ONb2A-0002vK-Pp for ged-emacs-devel@m.gmane.org; Sun, 13 Jun 2010 02:26:43 +0200 Original-Received: from localhost ([127.0.0.1]:40998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONb28-0007XO-W1 for ged-emacs-devel@m.gmane.org; Sat, 12 Jun 2010 20:26:41 -0400 Original-Received: from [140.186.70.92] (port=42217 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONb23-0007Vd-BO for emacs-devel@gnu.org; Sat, 12 Jun 2010 20:26:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONb22-0002K5-7z for emacs-devel@gnu.org; Sat, 12 Jun 2010 20:26:35 -0400 Original-Received: from rgrjr.com ([216.146.47.5]:58994) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONb22-0002Jy-5W for emacs-devel@gnu.org; Sat, 12 Jun 2010 20:26:34 -0400 Original-Received: from rgrjr.dyndns.org (c-66-30-196-77.hsd1.ma.comcast.net [66.30.196.77]) by rgrjr.com (Postfix on CentOS) with ESMTP id DB1E11600E4 for ; Sun, 13 Jun 2010 00:26:32 +0000 (UTC) Original-Received: (qmail 7754 invoked by uid 89); 13 Jun 2010 00:26:32 -0000 Original-Received: from unknown (HELO rgr.rgrjr.com) (192.168.57.1) by home with SMTP; 13 Jun 2010 00:26:32 -0000 Original-Received: by rgr.rgrjr.com (Postfix, from userid 500) id 0EAE0484F0; Sat, 12 Jun 2010 20:26:28 -0400 (EDT) X-Mailer: VM viewmail-600 under 24.0.50.1 (i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125868 Archived-At: vc-annotate of (e.g.) sql.el does not work for me under git because emacs runs the equivalent of: git blame --date=iso -C -C master sql.el and gets this error: fatal: cannot stat path lisp/progmodes/master: No such file or directory This seems to be because "master" is passed as the "rev" arg to vc-git-annotate-command, but git interprets this as a file rather than a revision. Is this perhaps a compatibility problem with the version of git I am using? TIA, -- Bob Rogers http://www.rgrjr.com/