We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be52a41 commit 61988f1Copy full SHA for 61988f1
contrib/emacs/git.el
@@ -530,7 +530,7 @@ and returns the process output as a string."
530
(setf (git-fileinfo->needs-refresh info) t)
531
(when node ;preserve the marked flag
532
(setf (git-fileinfo->marked info) (git-fileinfo->marked (ewoc-data node))))
533
- (if node (ewoc-set-data node info) (ewoc-enter-last status info))))
+ (if node (setf (ewoc-data node) info) (ewoc-enter-last status info))))
534
535
(defun git-run-diff-index (status files)
536
"Run git-diff-index on FILES and parse the results into STATUS.
0 commit comments