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 f436c2b commit 8e4dd7eCopy full SHA for 8e4dd7e
lisp/forge-topic.el
@@ -1153,8 +1153,7 @@ what subset of KIND is being listed."
1153
(insert "\n")
1154
(magit-log-format-author-margin
1155
(oref topic author)
1156
- (format-time-string "%s" (parse-iso8601-time-string (oref topic created)))
1157
- t)
+ (format-time-string "%s" (parse-iso8601-time-string (oref topic created))))
1158
(when (and (slot-exists-p topic 'merged)
1159
(not (oref topic merged)))
1160
(magit-insert-heading)
0 commit comments