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 393ce12 commit d179334Copy full SHA for d179334
magit-stgit.el
@@ -645,7 +645,7 @@ Use ARGS to pass additional arguments."
645
state)))))
646
(insert (propertize empty 'face 'magit-stgit-empty) ?\s)
647
(when magit-stgit-show-patch-name
648
- (magit-insert patch 'magit-stgit-patch ?\s))
+ (insert (propertize patch 'face 'magit-stgit-patch) ?\s))
649
(insert msg)
650
(put-text-property (line-beginning-position) (1+ (line-end-position))
651
'keymap 'magit-stgit-patch-map)
0 commit comments