Commit Diff


commit - 9e0194139b3ace5c3cf3802cc38230ae9e9f38f1
commit + a7777eaacbc302209208731df441c2c9f60d2386
blob - 5f18f700c482497f71fc054733a0bd2892521bac
blob + 3abba5f62eb07a8d887670d05aaea555dc2eb745
--- vc-got-stage.el
+++ vc-got-stage.el
@@ -148,7 +148,7 @@ If FILESET is nil, show the diff for every staged hunk
   (interactive)
   (let* ((default-directory (vc-got-root default-directory))
          (buf (get-buffer-create "*vc-got-stage-commit*"))
-         (status (vc-got--status "M" "."))
+         (status (vc-got--status "MAD" "."))
          (staged-files (cl-loop for (file _ staged) in status
                                 when staged
                                 collect file)))