emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v [EMACS_22_BASE]


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v [EMACS_22_BASE]
Date: Sat, 01 Dec 2007 18:18:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   07/12/01 18:18:50

Index: vc-git.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.18.2.7
retrieving revision 1.18.2.8
diff -u -b -r1.18.2.7 -r1.18.2.8
--- vc-git.el   17 Sep 2007 19:13:19 -0000      1.18.2.7
+++ vc-git.el   1 Dec 2007 18:18:46 -0000       1.18.2.8
@@ -151,7 +151,7 @@
 
 (defun vc-git-dir-state (dir)
   (with-temp-buffer
-    (vc-git-command (current-buffer) nil nil "ls-files" "-t")
+    (vc-git-command (current-buffer) nil nil "ls-files" "-t" "-c" "-m" "-o")
     (goto-char (point-min))
     (let ((status-char nil)
          (file nil))




reply via email to

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