diff lisp/vc-git.el @ 86830:7c0a55a957d0

* vc-git.el (vc-git-dir-state): Fix the git command arguments.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 29 Nov 2007 07:22:01 +0000
parents 68e2cdfcf931
children c5df210848ca
line wrap: on
line diff
--- a/lisp/vc-git.el	Thu Nov 29 04:47:41 2007 +0000
+++ b/lisp/vc-git.el	Thu Nov 29 07:22:01 2007 +0000
@@ -152,7 +152,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))