emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with vc-annotate using git 1.5.6


From: Bob Rogers
Subject: problem with vc-annotate using git 1.5.6
Date: Sat, 12 Jun 2010 20:26:28 -0400

   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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]