1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-06 12:34:03 +02:00

Use user login on missing name

This commit is contained in:
Alex Plate 2021-06-05 02:33:04 +03:00
parent 46788cc6c6
commit af3227684b
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ fun updateAuthors(uncheckedEmails: Set<String>) {
}
val user = ghRepository.getCommit(hash).author
val htmlUrl = user.htmlUrl.toString()
val name = user.name
val name = user.name ?: user.login
users.add(Author(name, htmlUrl, email))
}

2
doc

@ -1 +1 @@
Subproject commit 9cfed4680f8f8d806d12b85df1cd1e2421a999c0
Subproject commit 83aaa9801dddd9ba956e2d5f85534872a69b7f37