Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)

This commit is contained in:
Lauris BH
2017-07-13 06:35:47 +03:00
committed by Bo-Yi Wu
parent 7d61834dc9
commit b639fa1648
3 changed files with 6 additions and 5 deletions

View File

@ -161,7 +161,7 @@ func TestUpdateIssuesCommit(t *testing.T) {
CommitterName: "User Two",
AuthorEmail: "user4@example.com",
AuthorName: "User Four",
Message: "start working on #1",
Message: "start working on #FST-1, #1",
},
{
Sha1: "abcdef2",