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:
parent
46788cc6c6
commit
af3227684b
@ -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
2
doc
@ -1 +1 @@
|
||||
Subproject commit 9cfed4680f8f8d806d12b85df1cd1e2421a999c0
|
||||
Subproject commit 83aaa9801dddd9ba956e2d5f85534872a69b7f37
|
Loading…
Reference in New Issue
Block a user