Skip to content

Commit ddfc598

Browse files
committed
Add 'GHC Trac Issues' to all diffs by default
Signed-off-by: Austin Seipp <aseipp@pobox.com>
1 parent eabd249 commit ddfc598

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extensions/differential/customfield/DifferentialGhcTracField.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public function getCommitMessageLabels() {
6666
}
6767

6868
public function shouldAppearInCommitMessageTemplate() {
69-
// return true;
70-
return false;
69+
return true;
7170
}
7271

7372
// Rendered when you run 'arc diff'

0 commit comments

Comments
 (0)