Skip to content

Commit e749a14

Browse files
committed
update comment that signKey.KeyID may be empty
1 parent 48a1d6d commit e749a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/merge_prepare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type mergeContext struct {
2727
doer *user_model.User
2828
sig *git.Signature
2929
committer *git.Signature
30-
signKey git.SigningKey // empty for no-sign, non-empty to sign
30+
signKey git.SigningKey // signKey.KeyID empty for no-sign, non-empty to sign
3131
env []string
3232
}
3333

0 commit comments

Comments
 (0)