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 d179334 commit 0aec74fCopy full SHA for 0aec74f
magit-stgit.el
@@ -502,7 +502,7 @@ Use ARGS to pass additional arguments."
502
(defun magit-stgit-show (patch)
503
"Show diff of a StGit patch."
504
(interactive (magit-stgit-read-patches nil nil t t "Show patch"))
505
- (magit-show-commit (magit-stgit-lines "id" patch)))
+ (magit-show-commit (car (magit-stgit-lines "id" patch))))
506
507
(magit-define-popup magit-stgit-undo-popup
508
"Popup console for StGit undo."
0 commit comments