Skip to content

Commit d525650

Browse files
default true
1 parent 2d972cf commit d525650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var Git = struct {
4545
Enabled bool
4646
Expiration int
4747
}{
48-
Enabled: false,
48+
Enabled: true,
4949
Expiration: 90,
5050
},
5151
DisableDiffHighlight: false,

0 commit comments

Comments
 (0)