emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp vc-git.el


From: Nick Roberts
Subject: [Emacs-diffs] emacs/lisp vc-git.el
Date: Sun, 06 Sep 2009 22:08:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  09/09/06 22:08:31

Modified files:
        lisp           : vc-git.el 

Log message:
        (vc-git-annotate-command): Use separator to parse
        arguments correctly.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-git.el?cvsroot=emacs&r1=1.89&r2=1.90

Patches:
Index: vc-git.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- vc-git.el   26 Aug 2009 07:01:13 -0000      1.89
+++ vc-git.el   6 Sep 2009 22:08:31 -0000       1.90
@@ -566,7 +566,7 @@
 
 (defun vc-git-annotate-command (file buf &optional rev)
   (let ((name (file-relative-name file)))
-    (vc-git-command buf 'async name "blame" "--date=iso" rev)))
+    (vc-git-command buf 'async name "blame" "--date=iso" rev "--")))
 
 (declare-function vc-annotate-convert-time "vc-annotate" (time))
 




reply via email to

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